summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_editor_bdd.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/test_editor_bdd.py')
-rw-r--r--tests/end2end/features/test_editor_bdd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/test_editor_bdd.py b/tests/end2end/features/test_editor_bdd.py
index 6a4da49de..d09f888e3 100644
--- a/tests/end2end/features/test_editor_bdd.py
+++ b/tests/end2end/features/test_editor_bdd.py
@@ -26,7 +26,7 @@ import time
import pytest
import pytest_bdd as bdd
-from PyQt5.QtCore import pyqtSignal, pyqtSlot, QObject, QFileSystemWatcher
+from qutebrowser.qt.core import pyqtSignal, pyqtSlot, QObject, QFileSystemWatcher
bdd.scenarios('editor.feature')
from qutebrowser.utils import utils