Helpviewer/Network/NetworkProtocolUnknownErrorReply.py

changeset 3656
441956d8fce5
parent 3484
645c12de6b0c
child 4021
195a471c327b
equal deleted inserted replaced
3654:ffeb85cdc72d 3656:441956d8fce5
8 error. 8 error.
9 """ 9 """
10 10
11 from __future__ import unicode_literals 11 from __future__ import unicode_literals
12 12
13 from PyQt4.QtCore import QTimer 13 from PyQt5.QtCore import QTimer
14 from PyQt4.QtNetwork import QNetworkReply 14 from PyQt5.QtNetwork import QNetworkReply
15 15
16 16
17 class NetworkProtocolUnknownErrorReply(QNetworkReply): 17 class NetworkProtocolUnknownErrorReply(QNetworkReply):
18 """ 18 """
19 Class implementing a QNetworkReply subclass reporting an unknown protocol 19 Class implementing a QNetworkReply subclass reporting an unknown protocol

eric ide

mercurial