aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/signals/pysignal_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/signals/pysignal_test.py')
-rw-r--r--sources/pyside2/tests/signals/pysignal_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/signals/pysignal_test.py b/sources/pyside2/tests/signals/pysignal_test.py
index 51d4f8368..bdb62b5bf 100644
--- a/sources/pyside2/tests/signals/pysignal_test.py
+++ b/sources/pyside2/tests/signals/pysignal_test.py
@@ -40,7 +40,7 @@ try:
except ImportError:
hasQtGui = False
-from helper import UsesQApplication
+from helper.usesqapplication import UsesQApplication
class Dummy(QObject):
"""Dummy class used in this test."""