summaryrefslogtreecommitdiff
path: root/python/samba/tests/krb5/test_rpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/tests/krb5/test_rpc.py')
-rwxr-xr-xpython/samba/tests/krb5/test_rpc.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/samba/tests/krb5/test_rpc.py b/python/samba/tests/krb5/test_rpc.py
index 5a3c7339cea..6faf2a06063 100755
--- a/python/samba/tests/krb5/test_rpc.py
+++ b/python/samba/tests/krb5/test_rpc.py
@@ -20,6 +20,9 @@
import sys
import os
+sys.path.insert(0, "bin/python")
+os.environ["PYTHONUNBUFFERED"] = "1"
+
import ldb
from samba import NTSTATUSError, credentials
@@ -31,9 +34,6 @@ from samba.ntstatus import (
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