Skip to content

Commit 413d389

Browse files
committed
Remove 'import *' statement from dist/command/build_doc.py
There are various 'import *' statements scattered through the code which are generally not a good thing. These should be fairly safe changes, but I'll commit them one file at a time to make it easier to track down issues with a bisect if they crop up later.
1 parent 2005dde commit 413d389

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roundup/dist/command/build_doc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
#
66

77
import os, sys
8-
from stat import *
98
import os.path
10-
from shutil import *
119
import glob
1210

1311
from distutils.command import build

0 commit comments

Comments
 (0)