summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/alias_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/krb5/alias_tests.py')
-rwxr-xr-xpython/samba/tests/krb5/alias_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/samba/tests/krb5/alias_tests.py b/python/samba/tests/krb5/alias_tests.py
index 1f63775c189..3ddfe4ecc75 100755
--- a/python/samba/tests/krb5/alias_tests.py
+++ b/python/samba/tests/krb5/alias_tests.py
@@ -20,6 +20,9 @@
import sys
import os
+sys.path.insert(0, 'bin/python')
+os.environ['PYTHONUNBUFFERED'] = '1'
+
import ldb
from samba.tests import delete_force
@@ -32,9 +35,6 @@ from samba.tests.krb5.rfc4120_constants import (
NT_PRINCIPAL,
)
-sys.path.insert(0, 'bin/python')
-os.environ['PYTHONUNBUFFERED'] = '1'
-
global_asn1_print = False
global_hexdump = False