aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/bug_1016.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/pysidetest/bug_1016.py')
-rw-r--r--sources/pyside6/tests/pysidetest/bug_1016.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/tests/pysidetest/bug_1016.py b/sources/pyside6/tests/pysidetest/bug_1016.py
index 42ca55e71..54a155fea 100644
--- a/sources/pyside6/tests/pysidetest/bug_1016.py
+++ b/sources/pyside6/tests/pysidetest/bug_1016.py
@@ -36,7 +36,8 @@ from init_paths import init_test_paths
init_test_paths(True)
import shiboken6
-from testbinding import *
+from testbinding import getHiddenObject
+
class TestBug1016 (unittest.TestCase):