the big merge
[nepi.git] / src / nepi / util / manifoldapi.py
index 5172410..b879b71 100644 (file)
@@ -18,7 +18,7 @@
 
 from __future__ import print_function
 
-import xmlrpclib
+from six.moves import xmlrpc_client
 import hashlib
 import threading
 
@@ -38,7 +38,7 @@ class MANIFOLDAPI(object):
 
     @property
     def api(self):
-        return xmlrpclib.Server(self._url, allow_none = True)
+        return xmlrpc_client.Server(self._url, allow_none = True)
 
     def get_session_key(self):
         """