build:wafsamba: removed most import * statements
[samba.git] / buildtools / wafsamba / samba_bundled.py
index c8bfcd23cfd8bcf1f9925c27ee090c33ac7fc49b..a4f841bb998d68f1436b369d6f9e04223db452d9 100644 (file)
@@ -1,8 +1,9 @@
 # functions to support bundled libraries
 
+import sys
+import Build, Options, Logs
 from Configure import conf
-import sys, Logs
-from samba_utils import *
+from samba_utils import TO_LIST, runonce
 
 def PRIVATE_NAME(bld, name, private_extension, private_library):
     '''possibly rename a library to include a bundled extension'''