summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2011-06-19 21:27:32 +0400
committerMatthieu Patou <mat@samba.org>2011-06-19 23:21:08 +0200
commitbc549575dd0f80089dcaefcefeb4211c3771b8c6 (patch)
tree45e1d81fdda321cf8530f3b217bb342a9d49eb5b
parentdb0309160740afcdfb192cb55d15f906b15e0481 (diff)
downloadsamba-bc549575dd0f80089dcaefcefeb4211c3771b8c6.tar.gz
s4-samba-tool: remove unused imports
-rw-r--r--source4/scripting/python/samba/netcmd/dbcheck.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/netcmd/dbcheck.py b/source4/scripting/python/samba/netcmd/dbcheck.py
index c1321d0f463..5f75c3ee6cb 100644
--- a/source4/scripting/python/samba/netcmd/dbcheck.py
+++ b/source4/scripting/python/samba/netcmd/dbcheck.py
@@ -18,11 +18,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-import samba, ldb, sys
+import ldb, sys
import samba.getopt as options
from samba.auth import system_session
from samba.samdb import SamDB
-from samba.dcerpc import security
from samba.netcmd import (
Command,
CommandError,