diff options
Diffstat (limited to 'sources/pyside2/tests/QtWidgets/qstring_qkeysequence_test.py')
| -rw-r--r-- | sources/pyside2/tests/QtWidgets/qstring_qkeysequence_test.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtWidgets/qstring_qkeysequence_test.py b/sources/pyside2/tests/QtWidgets/qstring_qkeysequence_test.py index 6538607ff..6a83c5c46 100644 --- a/sources/pyside2/tests/QtWidgets/qstring_qkeysequence_test.py +++ b/sources/pyside2/tests/QtWidgets/qstring_qkeysequence_test.py @@ -31,7 +31,12 @@ '''Tests conversions of QString to and from QKeySequence.''' +import os +import sys import unittest + +sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "util")) + import py3kcompat as py3k from helper import UsesQApplication |
