changeset 5074:7612b86bec69

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.
author John Kristensen <john@jerrykan.com>
date Fri, 10 Jun 2016 17:24:39 +1000
parents d0aa596daca8
children 04a8022ae0de
files roundup/dist/command/build_doc.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/dist/command/build_doc.py	Fri Jun 10 17:19:51 2016 +1000
+++ b/roundup/dist/command/build_doc.py	Fri Jun 10 17:24:39 2016 +1000
@@ -5,9 +5,7 @@
 #
 
 import os, sys
-from stat import *
 import os.path
-from shutil import *
 import glob
 
 from distutils.command import build

Roundup Issue Tracker: http://roundup-tracker.org/