From f69d163d17d3717c28f2c065173113756d7c50ef Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 19 Feb 2020 09:51:25 +0100 Subject: Pyside2/tests: Split the helper module The classes of the helper module were defined in the __init__.py file with complicated logic to test for presence of the modules. Split the classes apart and empty the __init__.py file (still required for Python2). Change-Id: I4f4971f9a48e2961233da5585aa0df53bfbb9c7a Reviewed-by: Christian Tismer --- sources/pyside2/tests/QtWidgets/qbrush_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside2/tests/QtWidgets/qbrush_test.py') 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''' -- cgit v1.2.3