summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/test_smb.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/krb5/test_smb.py')
-rwxr-xr-xpython/samba/tests/krb5/test_smb.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/samba/tests/krb5/test_smb.py b/python/samba/tests/krb5/test_smb.py
index 47e9e48c971..f0a82a43229 100755
--- a/python/samba/tests/krb5/test_smb.py
+++ b/python/samba/tests/krb5/test_smb.py
@@ -20,6 +20,9 @@
import sys
import os
+sys.path.insert(0, "bin/python")
+os.environ["PYTHONUNBUFFERED"] = "1"
+
import ldb
from ldb import SCOPE_SUBTREE
@@ -32,9 +35,6 @@ from samba.samba3 import param as s3param
from samba.tests.krb5.kdc_base_test import KDCBaseTest
-sys.path.insert(0, "bin/python")
-os.environ["PYTHONUNBUFFERED"] = "1"
-
global_asn1_print = False
global_hexdump = False