summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_errtable.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-04 08:04:39 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:24 +1000
commit735934bfede08f37707a070f977837a9f76e3242 (patch)
tree3253cb29283af0bd5ce8a44f7c3f32b5c8bb5d6d /buildtools/wafsamba/samba_errtable.py
parent2bf15566c629587992fa3c71cc5261f2cea300be (diff)
downloadsamba-735934bfede08f37707a070f977837a9f76e3242.tar.gz
samba-735934bfede08f37707a070f977837a9f76e3242.tar.bz2
samba-735934bfede08f37707a070f977837a9f76e3242.zip
build: removed some unused imports found by pyflakes
thanks to Jelmer for pointing me at pyflakes
Diffstat (limited to 'buildtools/wafsamba/samba_errtable.py')
-rw-r--r--buildtools/wafsamba/samba_errtable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_errtable.py b/buildtools/wafsamba/samba_errtable.py
index b8c60316b3..78480221b6 100644
--- a/buildtools/wafsamba/samba_errtable.py
+++ b/buildtools/wafsamba/samba_errtable.py
@@ -1,5 +1,5 @@
# waf build tool for building .et files with compile_et
-import Build, os
+import Build
from samba_utils import *
def SAMBA_ERRTABLE(bld, name, source):