diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-12-01 21:13:54 +0200 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-12-02 19:02:53 +0200 |
commit | ad1ea5e1421763061d98f5a4fe07888f69a597bb (patch) | |
tree | 497ba1e9b7cf788da4f149eaac0ce8d77882416d /source4/torture/drs | |
parent | 28f47112d73502204b3571cbdbe32f24e128309e (diff) | |
download | samba-ad1ea5e1421763061d98f5a4fe07888f69a597bb.tar.gz samba-ad1ea5e1421763061d98f5a4fe07888f69a597bb.tar.bz2 samba-ad1ea5e1421763061d98f5a4fe07888f69a597bb.zip |
s4-test/delete_object: Remove unused imports
Diffstat (limited to 'source4/torture/drs')
-rw-r--r-- | source4/torture/drs/python/delete_object.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/torture/drs/python/delete_object.py b/source4/torture/drs/python/delete_object.py index 2936a5717f..1762d8fed9 100644 --- a/source4/torture/drs/python/delete_object.py +++ b/source4/torture/drs/python/delete_object.py @@ -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 |