build:wafsamba: Remove the unnecessary intltool module dependency
[kai/samba-autobuild/.git] / dynconfig / wscript
index 606fbad5292d263b12e4bbec49acd1a05a64ca88..d76b6ded36c575367afdc1a0b863722e1d256ba9 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import string, Logs, Utils, Options, sys, Build, os, intltool, optparse, textwrap
+import string, Logs, Utils, Options, Build, os, optparse, textwrap
 from samba_utils import EXPAND_VARIABLES, os_path_relpath
 
 class SambaIndentedHelpFormatter (optparse.IndentedHelpFormatter):