aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtCore/qobject_connect_notify_test.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-02-19 09:51:25 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-02-20 22:16:57 +0100
commitf69d163d17d3717c28f2c065173113756d7c50ef (patch)
treef8203180c87c919b228fed4f70d2a3a23b81246d /sources/pyside2/tests/QtCore/qobject_connect_notify_test.py
parentbc4d618d5f4c82c9a826a195043739c7e63ed138 (diff)
Pyside2/tests: Split the helper module
The classes of the helper module were defined in the __init__.py file with complicated logic to test for presence of the modules. Split the classes apart and empty the __init__.py file (still required for Python2). Change-Id: I4f4971f9a48e2961233da5585aa0df53bfbb9c7a Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/tests/QtCore/qobject_connect_notify_test.py')
-rw-r--r--sources/pyside2/tests/QtCore/qobject_connect_notify_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtCore/qobject_connect_notify_test.py b/sources/pyside2/tests/QtCore/qobject_connect_notify_test.py
index a7774b996..74db16ff8 100644
--- a/sources/pyside2/tests/QtCore/qobject_connect_notify_test.py
+++ b/sources/pyside2/tests/QtCore/qobject_connect_notify_test.py
@@ -37,7 +37,7 @@ import unittest
sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "util"))
from PySide2.QtCore import *
-from helper import UsesQCoreApplication
+from helper.usesqcoreapplication import UsesQCoreApplication
def cute_slot():
pass