aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtWidgets/bug_811.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtWidgets/bug_811.py')
-rw-r--r--sources/pyside2/tests/QtWidgets/bug_811.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtWidgets/bug_811.py b/sources/pyside2/tests/QtWidgets/bug_811.py
index b02059836..aa0ebfae5 100644
--- a/sources/pyside2/tests/QtWidgets/bug_811.py
+++ b/sources/pyside2/tests/QtWidgets/bug_811.py
@@ -33,7 +33,7 @@ import weakref
sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "util"))
-from helper import UsesQApplication
+from helper.usesqapplication import UsesQApplication
from PySide2.QtGui import QTextBlockUserData, QTextCursor
from PySide2.QtWidgets import QTextEdit