build:wafsamba: removed most import * statements
[samba.git] / buildtools / wafsamba / samba_autoproto.py
index bad627aa4dec33ec514fc7daa6bf774bb161c77d..b2b523366cce9703afd9d29b74dfee8328d8186a 100644 (file)
@@ -1,7 +1,8 @@
 # waf build tool for building automatic prototypes from C source
 
+import os
 import Build
-from samba_utils import *
+from samba_utils import SET_TARGET_TYPE, os_path_relpath
 
 def SAMBA_AUTOPROTO(bld, header, source):
     '''rule for samba prototype generation'''