summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-06-22 21:28:00 +0400
committerMatthieu Patou <mat@samba.org>2011-06-22 20:13:08 +0200
commitef7940f7be7de238a693cfba649faf8b67b7da3a (patch)
tree3a629a20e622cbf6352aa153bee05fc3a7d81b82 /source4
parent4d51ddbb5c9e4465887d9fcd2c10de3f46c6a12a (diff)
downloadsamba-ef7940f7be7de238a693cfba649faf8b67b7da3a.tar.gz
samba-ef7940f7be7de238a693cfba649faf8b67b7da3a.tar.bz2
samba-ef7940f7be7de238a693cfba649faf8b67b7da3a.zip
s4-dbcheck: remove unused include
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/dbchecker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/dbchecker.py b/source4/scripting/python/samba/dbchecker.py
index d7680eda94..dd76cd878d 100644
--- a/source4/scripting/python/samba/dbchecker.py
+++ b/source4/scripting/python/samba/dbchecker.py
@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-import ldb, sys
+import ldb
from samba import dsdb
from samba import common
from samba.dcerpc import misc