s4-ldbtest: fixed python import
authorAndrew Tridgell <tridge@samba.org>
Thu, 28 Jan 2010 07:02:39 +0000 (18:02 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 28 Jan 2010 07:45:04 +0000 (18:45 +1100)
source4/lib/ldb/tests/python/deletetest.py

index fcd27fcd526bbbb869c5a796e8d4bc0627ccbb9b..3fe28a389d62b37f57f58f73adb0799669d9a210 100755 (executable)
@@ -16,7 +16,7 @@ from ldb import SCOPE_BASE, LdbError
 from ldb import ERR_NO_SUCH_OBJECT
 from samba import Ldb
 
-from subunit import SubunitTestRunner
+from subunit.run import SubunitTestRunner
 import unittest
 
 parser = optparse.OptionParser("deletetest.py [options] <host|file>")
@@ -197,4 +197,4 @@ rc = 0
 if not runner.run(unittest.makeSuite(BasicDeleteTests)).wasSuccessful():
     rc = 1
 
-sys.exit(rc)
\ No newline at end of file
+sys.exit(rc)