eric6/E5Network/E5XmlRpcClient.py

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 6942
2602857055c5
child 7229
53054eb5b15a
--- a/eric6/E5Network/E5XmlRpcClient.py	Sat Aug 31 12:29:57 2019 +0200
+++ b/eric6/E5Network/E5XmlRpcClient.py	Sat Aug 31 12:58:11 2019 +0200
@@ -8,10 +8,8 @@
 """
 
 from __future__ import unicode_literals
-try:
-    import xmlrpclib as xmlrpc
-except ImportError:
-    import xmlrpc.client as xmlrpc
+
+import xmlrpc.client as xmlrpc
 
 from PyQt5.QtCore import QObject, QUrl, QByteArray
 from PyQt5.QtNetwork import QNetworkAccessManager, \

eric ide

mercurial