[PATCH 10/17] Remove unused imports.
Jelmer Vernooij
jelmer at samba.org
Sat Nov 1 13:22:02 MDT 2014
Change-Id: I8915f62206edb53ffc2d89434e46d9e71db8bb9a
Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
---
auth/credentials/tests/bind.py | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/auth/credentials/tests/bind.py b/auth/credentials/tests/bind.py
index 1ecbdac..f0788a5 100755
--- a/auth/credentials/tests/bind.py
+++ b/auth/credentials/tests/bind.py
@@ -16,18 +16,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)
--
2.1.1
More information about the samba-technical
mailing list