X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=blobdiff_plain;f=plugins%2Fhostmap.py;h=d73a6cea473ba7c0be59cdbc4ed22b8d96b789ee;hp=7f47afd8bf561822387281f8bee975cb041fe37b;hb=48a73b18fd7daed13c645c1adeddb57b560e7a2d;hpb=7b8fc390afd0349706c45c3ae970770cdf9dceae 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: