diff options
Diffstat (limited to 'sources/pyside2/tests/QtWidgets/bug_363.py')
| -rw-r--r-- | sources/pyside2/tests/QtWidgets/bug_363.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtWidgets/bug_363.py b/sources/pyside2/tests/QtWidgets/bug_363.py index 642c719e7..0e15eb5bd 100644 --- a/sources/pyside2/tests/QtWidgets/bug_363.py +++ b/sources/pyside2/tests/QtWidgets/bug_363.py @@ -28,9 +28,12 @@ ''' Test bug 363: http://bugs.openbossa.org/show_bug.cgi?id=363''' +import os import sys import unittest +sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "util")) + from helper import UsesQApplication from PySide2 import QtCore, QtWidgets |
