aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtTest/click_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtTest/click_test.py')
-rw-r--r--sources/pyside2/tests/QtTest/click_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtTest/click_test.py b/sources/pyside2/tests/QtTest/click_test.py
index 64a3513cc..48b01e30c 100644
--- a/sources/pyside2/tests/QtTest/click_test.py
+++ b/sources/pyside2/tests/QtTest/click_test.py
@@ -38,7 +38,7 @@ from PySide2.QtCore import Qt, QObject
from PySide2.QtWidgets import QPushButton, QLineEdit
from PySide2.QtTest import QTest
-from helper import UsesQApplication
+from helper.usesqapplication import UsesQApplication
class MouseClickTest(UsesQApplication):