diff options
author | Matthieu Patou <mat@matws.net> | 2011-06-22 21:28:00 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2011-06-22 20:13:08 +0200 |
commit | ef7940f7be7de238a693cfba649faf8b67b7da3a (patch) | |
tree | 3a629a20e622cbf6352aa153bee05fc3a7d81b82 /source4 | |
parent | 4d51ddbb5c9e4465887d9fcd2c10de3f46c6a12a (diff) | |
download | samba-ef7940f7be7de238a693cfba649faf8b67b7da3a.tar.gz |
s4-dbcheck: remove unused include
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/python/samba/dbchecker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/dbchecker.py b/source4/scripting/python/samba/dbchecker.py index d7680eda948..dd76cd878d8 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 |