From ef7940f7be7de238a693cfba649faf8b67b7da3a Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 22 Jun 2011 21:28:00 +0400 Subject: [PATCH] s4-dbcheck: remove unused include --- source4/scripting/python/samba/dbchecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . # -import ldb, sys +import ldb from samba import dsdb from samba import common from samba.dcerpc import misc -- 2.11.4.GIT