s4-python Ensure we add the Samba python path first.
[nivanova/samba-autobuild/.git] / source4 / torture / drs / python / fsmo.py
index 4dc573b89c343c06e720f984d40bf0a948c541c7..d7b3c1671daf8ac7099aace2d91690aa87e52a51 100644 (file)
@@ -29,7 +29,7 @@ import sys
 import time
 import os
 
-sys.path.append("bin/python")
+sys.path.insert(0, "bin/python")
 
 from ldb import SCOPE_BASE