aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/samplebinding/namespace_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/samplebinding/namespace_test.py')
-rw-r--r--sources/shiboken2/tests/samplebinding/namespace_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/samplebinding/namespace_test.py b/sources/shiboken2/tests/samplebinding/namespace_test.py
index b1977cf6f..23480d4c4 100644
--- a/sources/shiboken2/tests/samplebinding/namespace_test.py
+++ b/sources/shiboken2/tests/samplebinding/namespace_test.py
@@ -40,7 +40,7 @@ from shiboken_paths import init_paths
init_paths()
from sample import *
-from helper import objectFullname
+from shiboken_test_helper import objectFullname
class TestEnumUnderNamespace(unittest.TestCase):