Skip to content

Commit 9c535b5

Browse files
committedNov 3, 2016
[tests] Use from qgis.PyQt import
1 parent 342e743 commit 9c535b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎tests/src/python/test_authmanager_pki_ows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
QgsRasterLayer,
4040
)
4141

42-
from PyQt.QtNetwork import QSslCertificate
42+
from qgis.PyQt.QtNetwork import QSslCertificate
4343

4444
from qgis.testing import (
4545
start_app,

‎tests/src/python/test_authmanager_pki_postgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
)
3939

4040

41-
from PyQt.QtNetwork import QSslCertificate
41+
from qgis.PyQt.QtNetwork import QSslCertificate
4242

4343
from qgis.testing import (
4444
start_app,

0 commit comments

Comments
 (0)
Please sign in to comment.