aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtTest/eventfilter_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtTest/eventfilter_test.py')
-rw-r--r--sources/pyside2/tests/QtTest/eventfilter_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtTest/eventfilter_test.py b/sources/pyside2/tests/QtTest/eventfilter_test.py
index d478d143c..c087e2550 100644
--- a/sources/pyside2/tests/QtTest/eventfilter_test.py
+++ b/sources/pyside2/tests/QtTest/eventfilter_test.py
@@ -39,7 +39,7 @@ from PySide2.QtGui import QKeyEvent
from PySide2.QtWidgets import QLineEdit
from PySide2.QtTest import QTest
-from helper import UsesQApplication
+from helper.usesqapplication import UsesQApplication
class KeyEventFilter(QObject):