aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtQml/bug_814.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtQml/bug_814.py')
-rw-r--r--sources/pyside2/tests/QtQml/bug_814.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtQml/bug_814.py b/sources/pyside2/tests/QtQml/bug_814.py
index 31eada2df..5387cd1f5 100644
--- a/sources/pyside2/tests/QtQml/bug_814.py
+++ b/sources/pyside2/tests/QtQml/bug_814.py
@@ -37,8 +37,12 @@
# 2011-04-08 Thomas Perl <m@thp.io>
# Released under the same terms as PySide itself
+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.QtCore import QUrl, QAbstractListModel, QModelIndex, Qt