aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/signals/multiple_connections_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/signals/multiple_connections_test.py')
-rw-r--r--sources/pyside2/tests/signals/multiple_connections_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside2/tests/signals/multiple_connections_test.py b/sources/pyside2/tests/signals/multiple_connections_test.py
index 9c7e7c9da..8172596b1 100644
--- a/sources/pyside2/tests/signals/multiple_connections_test.py
+++ b/sources/pyside2/tests/signals/multiple_connections_test.py
@@ -35,7 +35,8 @@ sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__f
from PySide2.QtCore import QObject, SIGNAL, QProcess
-from helper import BasicPySlotCase, UsesQCoreApplication
+from helper.basicpyslotcase import BasicPySlotCase
+from helper.usesqcoreapplication import UsesQCoreApplication
class MultipleSignalConnections(unittest.TestCase):