git://git.onelab.eu
/
sfa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1bac7
)
import package names have changed
author
Tony Mack
<tmack@cs.princeton.edu>
Tue, 27 Jan 2009 03:09:31 +0000
(
03:09
+0000)
committer
Tony Mack
<tmack@cs.princeton.edu>
Tue, 27 Jan 2009 03:09:31 +0000
(
03:09
+0000)
geni/registry.py
patch
|
blob
|
history
diff --git
a/geni/registry.py
b/geni/registry.py
index
880be62
..
875a804
100644
(file)
--- a/
geni/registry.py
+++ b/
geni/registry.py
@@
-103,7
+103,7
@@
class Registry(GeniServer):
# Connect to a remote shell via XMLRPC
def connect_remote_shell(self):
- import remoteshell
+
from geni.util
import remoteshell
self.shell = remoteshell.RemoteShell()
##