fix package import
authorTony Mack <tmack@cs.princeton.edu>
Thu, 5 Feb 2009 19:15:29 +0000 (19:15 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Thu, 5 Feb 2009 19:15:29 +0000 (19:15 +0000)
geni/gimport.py

index c67b9a0..3250c07 100755 (executable)
@@ -72,7 +72,7 @@ def connect_shell():
 
     # connect to planetlab
     if "Url" in pl_auth:
-        import remoteshell
+        from geni.util import remoteshell
         shell = remoteshell.RemoteShell()
     else:
         import PLC.Shell