aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtWidgets/qbrush_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtWidgets/qbrush_test.py')
-rw-r--r--sources/pyside2/tests/QtWidgets/qbrush_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtWidgets/qbrush_test.py b/sources/pyside2/tests/QtWidgets/qbrush_test.py
index 57d7b048c..78f32c7bc 100644
--- a/sources/pyside2/tests/QtWidgets/qbrush_test.py
+++ b/sources/pyside2/tests/QtWidgets/qbrush_test.py
@@ -38,7 +38,7 @@ from PySide2.QtCore import Qt
from PySide2.QtGui import QColor, QBrush
from PySide2.QtWidgets import QApplication
-from helper import UsesQApplication
+from helper.usesqapplication import UsesQApplication
class Constructor(UsesQApplication):
'''Test case for constructor of QBrush'''