From: Stephen Soltesz Date: Thu, 16 Apr 2009 19:09:59 +0000 (+0000) Subject: correct import. X-Git-Tag: Monitor-3.0-1~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c678c008f0c3a10947b38880e52005a856e1b122;p=monitor.git correct import. --- diff --git a/getsshkeys.py b/getsshkeys.py index 68d2945..d362c94 100755 --- a/getsshkeys.py +++ b/getsshkeys.py @@ -18,7 +18,7 @@ except: args = {} args['known_hosts'] = os.environ['HOME'] + os.sep + ".ssh" + os.sep + "known_hosts" try: - import config + from monitor import config args['XMLRPC_SERVER'] = config.API_SERVER except: args['XMLRPC_SERVER'] = 'https://boot.planet-lab.org/PLCAPI/'