aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/samplebinding/namespace_test.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-04 10:52:32 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-04 10:57:26 +0100
commitaf7aed10bd0aff4a9cedd69768dbe37737fc1acc (patch)
treeee69120884f2f6a6b3e16ec22e6ffaa8eaad6d69 /sources/shiboken2/tests/samplebinding/namespace_test.py
parent7ef372b13fb6393b76029b9b62ebcb4166fa5f70 (diff)
Fix name clash of the test helpers
Rename sources/shiboken2/tests/helper.py to shiboken_test_helper.py to avoid clashes with sources/pyside2/tests/util/helper. Change-Id: Ifd89a6f79ea2bb4df4d21e905800853db962ffb0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
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):