git://git.onelab.eu
/
monitor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b6e5b
)
correct import.
author
Stephen Soltesz
<soltesz@cs.princeton.edu>
Thu, 16 Apr 2009 19:09:59 +0000
(19:09 +0000)
committer
Stephen Soltesz
<soltesz@cs.princeton.edu>
Thu, 16 Apr 2009 19:09:59 +0000
(19:09 +0000)
getsshkeys.py
patch
|
blob
|
history
diff --git
a/getsshkeys.py
b/getsshkeys.py
index
68d2945
..
d362c94
100755
(executable)
--- 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/'