patch by Thomas Dreibholz - ovs-vsctl and not ovs-ovsctl
[nodemanager.git] / safexmlrpc.py
index f320c9c..2392c0d 100644 (file)
@@ -1,9 +1,10 @@
-# $Id$
-
 """Leverage curl to make XMLRPC requests that check the server's credentials."""
 
+import xmlrpclib
+
 import curlwrapper
 
+
 class CertificateCheckingSafeTransport (xmlrpclib.Transport):
 
     def __init__(self, cacert, timeout):