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/QtQml/bug_915.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/pyside2/tests/QtQml/bug_915.py') diff --git a/sources/pyside2/tests/QtQml/bug_915.py b/sources/pyside2/tests/QtQml/bug_915.py index 5e80fcc2f..74cc30d4c 100644 --- a/sources/pyside2/tests/QtQml/bug_915.py +++ b/sources/pyside2/tests/QtQml/bug_915.py @@ -35,7 +35,7 @@ import unittest sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "util")) -from helper import TimedQApplication +from helper.timedqapplication import TimedQApplication from PySide2.QtQuick import QQuickView, QQuickItem -- cgit v1.2.3