aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtWebKit/qml_plugin_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtWebKit/qml_plugin_test.py')
-rw-r--r--sources/pyside2/tests/QtWebKit/qml_plugin_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtWebKit/qml_plugin_test.py b/sources/pyside2/tests/QtWebKit/qml_plugin_test.py
index 6002884f2..5cb6cee57 100644
--- a/sources/pyside2/tests/QtWebKit/qml_plugin_test.py
+++ b/sources/pyside2/tests/QtWebKit/qml_plugin_test.py
@@ -36,7 +36,7 @@ from PySide2.QtCore import QUrl, QTimer
from PySide2.QtWidgets import QApplication, QLabel
from PySide2.QtWebKit import QWebPluginFactory, QWebView, QWebSettings
-from helper import UsesQApplication
+from helper.usesqapplication import UsesQApplication
class PluginFactory(QWebPluginFactory):