summaryrefslogtreecommitdiff
path: root/source4/torture/drs/python/delete_object.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/drs/python/delete_object.py')
-rw-r--r--source4/torture/drs/python/delete_object.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/drs/python/delete_object.py b/source4/torture/drs/python/delete_object.py
index df8d04cb83..0f56fa81ef 100644
--- a/source4/torture/drs/python/delete_object.py
+++ b/source4/torture/drs/python/delete_object.py
@@ -26,14 +26,10 @@
# PYTHONPATH="$PYTHONPATH:$samba4srcdir/torture/drs/python" $SUBUNITRUN delete_object -U"$DOMAIN/$DC_USERNAME"%"$DC_PASSWORD"
#
-import sys
import time
-import os
-sys.path.insert(0, "bin/python")
from ldb import (
- SCOPE_BASE,
SCOPE_SUBTREE
)