diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-08-30 01:54:42 +0200 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2014-08-31 21:21:13 +0200 |
commit | 2c3203f1708e2f1c1ff9042bc7c4f52e8fefbd37 (patch) | |
tree | 0574bfa4ea4e05cfd29d254e0bc8e70a06e8c635 /lib/replace | |
parent | 3f04ec3f1cb86fc964c0ab88b2fad400e71dbe5f (diff) | |
download | samba-2c3203f1708e2f1c1ff9042bc7c4f52e8fefbd37.tar.gz samba-2c3203f1708e2f1c1ff9042bc7c4f52e8fefbd37.tar.xz samba-2c3203f1708e2f1c1ff9042bc7c4f52e8fefbd37.zip |
replace: remove unused and duplicate imports.
Change-Id: I6cfd2cf80efe19fa31bcd6b3881a1eb01f05d1b4
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index a7384e8721..91e2c45c1d 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -5,7 +5,7 @@ VERSION = '1.2.1' blddir = 'bin' -import sys, os, Utils +import sys, os # find the buildtools directory srcdir = '.' @@ -14,7 +14,7 @@ while not os.path.exists(srcdir+'/buildtools') and len(srcdir.split('/')) < 5: sys.path.insert(0, srcdir + '/buildtools/wafsamba') import wafsamba, samba_dist -import Options, os, preproc +import Options samba_dist.DIST_DIRS('lib/replace buildtools:buildtools') |