aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtGui/qpixmap_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtGui/qpixmap_test.py')
-rw-r--r--sources/pyside2/tests/QtGui/qpixmap_test.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/sources/pyside2/tests/QtGui/qpixmap_test.py b/sources/pyside2/tests/QtGui/qpixmap_test.py
index 8f853a38a..7d2d75bc3 100644
--- a/sources/pyside2/tests/QtGui/qpixmap_test.py
+++ b/sources/pyside2/tests/QtGui/qpixmap_test.py
@@ -26,10 +26,15 @@
##
#############################################################################
+import os
+import sys
import unittest
-import os
-from helper import UsesQApplication
+sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
+from init_paths import init_test_paths
+init_test_paths(False)
+
+from helper.usesqapplication import UsesQApplication
from PySide2.QtGui import *
from PySide2.QtCore import *