From c678c008f0c3a10947b38880e52005a856e1b122 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 16 Apr 2009 19:09:59 +0000 Subject: [PATCH] correct import. --- getsshkeys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' -- 2.47.0