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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/python/delete_object.py b/source4/torture/drs/python/delete_object.py
index ccc412e171..c52060f943 100644
--- a/source4/torture/drs/python/delete_object.py
+++ b/source4/torture/drs/python/delete_object.py
@@ -30,7 +30,7 @@ import sys
import time
import os
-sys.path.append("bin/python")
+sys.path.insert(0, "bin/python")
from ldb import (
SCOPE_BASE,