s4-test/delete_object: Remove unused imports
authorKamen Mazdrashki <kamenim@samba.org>
Wed, 1 Dec 2010 19:13:54 +0000 (21:13 +0200)
committerKamen Mazdrashki <kamenim@samba.org>
Thu, 2 Dec 2010 17:02:53 +0000 (19:02 +0200)
source4/torture/drs/python/delete_object.py

index 2936a5717f5f71628b65aeb9192711e8bac32a81..1762d8fed9c8a8cd3cc0fb57d8eb86a5ee503162 100644 (file)
@@ -32,9 +32,10 @@ import os
 
 sys.path.append("bin/python")
 
-from samba.auth import system_session
-from ldb import SCOPE_BASE, SCOPE_SUBTREE
-from samba.samdb import SamDB
+from ldb import (
+    SCOPE_BASE,
+    SCOPE_SUBTREE
+    )
 
 import samba.tests