X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=blobdiff_plain;f=plugins%2Fhostmap.py;fp=plugins%2Fhostmap.py;h=d73a6cea473ba7c0be59cdbc4ed22b8d96b789ee;hp=7f47afd8bf561822387281f8bee975cb041fe37b;hb=fa29e713dc640e0370446efa9fda7cb3174cec06;hpb=99231ebd630f5313a02eccb94c472c3005af07d3 diff --git a/plugins/hostmap.py b/plugins/hostmap.py index 7f47afd..d73a6ce 100644 --- a/plugins/hostmap.py +++ b/plugins/hostmap.py @@ -6,7 +6,7 @@ import logger import os import curlwrapper import re -import xmlrpclib +import xmlrpc.client try: from hashlib import sha1 as sha except ImportError: