diff options
Diffstat (limited to 'sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py')
| -rw-r--r-- | sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py b/sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py index b49fe13dd..b8f21d48f 100644 --- a/sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py +++ b/sources/pyside2/tests/QtWebKit/shouldInterruptjavascript_test.py @@ -29,7 +29,12 @@ ## ############################################################################# +import os +import sys import unittest + +sys.path.append(os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), "util")) + from PySide2 import QtCore, QtWebKit from helper import UsesQApplication |
