Remove unused imports.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 1 Nov 2014 13:56:09 +0000 (06:56 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 19 Nov 2014 01:46:03 +0000 (02:46 +0100)
Change-Id: I8915f62206edb53ffc2d89434e46d9e71db8bb9a
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
auth/credentials/tests/bind.py

index aa4b17aaff40ae12eefc1cde531406419768a5a8..ceb3e8ffb7c573d7ebf76345dace0c212bc55096 100755 (executable)
@@ -17,18 +17,12 @@ samba.ensure_external_module("subunit", "subunit/python")
 
 import samba.getopt as options
 
-from ldb import (
-    SCOPE_BASE, SCOPE_SUBTREE, LdbError, ERR_NO_SUCH_OBJECT)
-from samba.dcerpc import security
+from ldb import SCOPE_BASE, SCOPE_SUBTREE
 
-from samba.auth import system_session
 from samba import gensec
-from samba.samdb import SamDB
-from samba.credentials import Credentials
 import samba.tests, unittest
 from samba.tests import delete_force
 from subunit.run import SubunitTestRunner
-from samba.tests import TestCase, TestSkipped
 
 parser = optparse.OptionParser("ldap [options] <host>")
 sambaopts = options.SambaOptions(parser)