fix package import
[sfa.git] / 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