diff options
-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 |