aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtScxml/test_dynamic.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtScxml/test_dynamic.py')
-rw-r--r--sources/pyside2/tests/QtScxml/test_dynamic.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside2/tests/QtScxml/test_dynamic.py b/sources/pyside2/tests/QtScxml/test_dynamic.py
index 1bae534ac..d0851c714 100644
--- a/sources/pyside2/tests/QtScxml/test_dynamic.py
+++ b/sources/pyside2/tests/QtScxml/test_dynamic.py
@@ -27,8 +27,11 @@
#############################################################################
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 TimedQApplication
from PySide2.QtCore import QObject, SIGNAL
from PySide2.QtScxml import QScxmlStateMachine