aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtPrintSupport/returnquadruplesofnumbers_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtPrintSupport/returnquadruplesofnumbers_test.py')
-rw-r--r--sources/pyside2/tests/QtPrintSupport/returnquadruplesofnumbers_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtPrintSupport/returnquadruplesofnumbers_test.py b/sources/pyside2/tests/QtPrintSupport/returnquadruplesofnumbers_test.py
index 62e2f91fc..1ca9431c8 100644
--- a/sources/pyside2/tests/QtPrintSupport/returnquadruplesofnumbers_test.py
+++ b/sources/pyside2/tests/QtPrintSupport/returnquadruplesofnumbers_test.py
@@ -38,7 +38,7 @@ from PySide2.QtGui import QTextCursor
from PySide2.QtPrintSupport import QPrinter, QPrinterInfo
from PySide2.QtWidgets import QLayout, QWidget, QGraphicsLayout, QGraphicsLayoutItem
-from helper import UsesQApplication
+from helper.usesqapplication import UsesQApplication
class Layout(QLayout):
def __init__(self):