summaryrefslogtreecommitdiff
path: root/tests/unit/commands/test_userscripts.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/commands/test_userscripts.py')
-rw-r--r--tests/unit/commands/test_userscripts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/commands/test_userscripts.py b/tests/unit/commands/test_userscripts.py
index 7cf8f233c..bc83ed499 100644
--- a/tests/unit/commands/test_userscripts.py
+++ b/tests/unit/commands/test_userscripts.py
@@ -25,7 +25,7 @@ import logging
import signal
import pytest
-from PyQt5.QtCore import QFileSystemWatcher
+from qutebrowser.qt.core import QFileSystemWatcher
from qutebrowser.commands import userscripts
from qutebrowser.utils import utils