Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add more QNetwork classes to 2to3 script
  • Loading branch information
alexbruy committed Dec 6, 2016
1 parent 97eb0f7 commit 35e387c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/qgis_fixes/fix_pyqt.py
Expand Up @@ -309,7 +309,13 @@
]),
],
"PyQt4.QtNetwork": [
("qgis.PyQt.QtNetwork", ["QNetworkReply", "QNetworkRequest"])
("qgis.PyQt.QtNetwork", [
"QNetworkReply",
"QNetworkRequest",
"QSslCertificate",
"QSslKey",
"QSsl"
])
],
"PyQt4.QtXml": [
("qgis.PyQt.QtXml", [
Expand Down

0 comments on commit 35e387c

Please sign in to comment.