waf: disable-python - add option globally to build system
[samba.git] / buildtools / wafsamba / samba_headers.py
index 50ccad743d46d9e624d6fbfdc9832c02f374b5e2..0a800826196bcdfae993ae9be8916ca1d5bc74dd 100644 (file)
@@ -1,7 +1,8 @@
 # specialist handling of header files for Samba
 
-import Build, re, Task, TaskGen, shutil, sys, Logs
-from samba_utils import *
+import os, re, sys, fnmatch
+import Build, Logs, Utils
+from samba_utils import TO_LIST, os_path_relpath
 
 
 def header_install_path(header, header_path):