aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtQml/connect_python_qml.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtQml/connect_python_qml.py')
-rw-r--r--sources/pyside2/tests/QtQml/connect_python_qml.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtQml/connect_python_qml.py b/sources/pyside2/tests/QtQml/connect_python_qml.py
index e2fedaa3e..6e265ae3c 100644
--- a/sources/pyside2/tests/QtQml/connect_python_qml.py
+++ b/sources/pyside2/tests/QtQml/connect_python_qml.py
@@ -33,8 +33,12 @@ archive:
https://srinikom.github.io/pyside-bz-archive/442.html
'''
+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 adjust_filename, TimedQApplication
from PySide2 import QtCore, QtGui, QtQuick