diff options
author | Thomas Nagy <tnagy@waf.io> | 2015-10-27 20:46:46 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2015-10-28 12:52:17 +0100 |
commit | 2666d06f292303a57643a8ced87b8a91df2ffce1 (patch) | |
tree | 4c7eaf2bae406786baea84f1d5c92304e0eefc7d /buildtools/wafsamba/samba_perl.py | |
parent | 859e3415b38538ff6c023e4a56570d94a4fe4432 (diff) | |
download | samba-2666d06f292303a57643a8ced87b8a91df2ffce1.tar.gz |
build:wafsamba: removed most import * statements
The 'import *' statements make it more difficult to reason about
the modules and tends to conceal bugs. These changes enable running
pyflakes against most of the build scripts.
Signed-off-by: Thomas Nagy <tnagy@waf.io>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Oct 28 12:52:17 CET 2015 on sn-devel-104
Diffstat (limited to 'buildtools/wafsamba/samba_perl.py')
-rw-r--r-- | buildtools/wafsamba/samba_perl.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/wafsamba/samba_perl.py b/buildtools/wafsamba/samba_perl.py index 3909aba2ee4..c07387a372e 100644 --- a/buildtools/wafsamba/samba_perl.py +++ b/buildtools/wafsamba/samba_perl.py @@ -1,5 +1,4 @@ -import Build -from samba_utils import * +import Utils from Configure import conf done = {} |