summaryrefslogtreecommitdiff
path: root/auth/credentials/tests/bind.py
diff options
context:
space:
mode:
Diffstat (limited to 'auth/credentials/tests/bind.py')
-rwxr-xr-xauth/credentials/tests/bind.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/credentials/tests/bind.py b/auth/credentials/tests/bind.py
index 1529a475c7..aa4b17aaff 100755
--- a/auth/credentials/tests/bind.py
+++ b/auth/credentials/tests/bind.py
@@ -25,10 +25,10 @@ from samba.auth import system_session
from samba import gensec
from samba.samdb import SamDB
from samba.credentials import Credentials
-import samba.tests
+import samba.tests, unittest
from samba.tests import delete_force
from subunit.run import SubunitTestRunner
-import unittest
+from samba.tests import TestCase, TestSkipped
parser = optparse.OptionParser("ldap [options] <host>")
sambaopts = options.SambaOptions(parser)