summaryrefslogtreecommitdiff
path: root/tests/unit/utils/test_urlmatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utils/test_urlmatch.py')
-rw-r--r--tests/unit/utils/test_urlmatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utils/test_urlmatch.py b/tests/unit/utils/test_urlmatch.py
index caf52c76d..852814174 100644
--- a/tests/unit/utils/test_urlmatch.py
+++ b/tests/unit/utils/test_urlmatch.py
@@ -33,7 +33,7 @@ import string
import pytest
import hypothesis
import hypothesis.strategies as hst
-from PyQt5.QtCore import QUrl
+from qutebrowser.qt.QtCore import QUrl
from qutebrowser.utils import urlmatch