import from correct path.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 9 Jul 2009 16:47:05 +0000 (16:47 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 9 Jul 2009 16:47:05 +0000 (16:47 +0000)
sfa/plc/sfa-import-plc.py

index e1f2bb5..7962154 100755 (executable)
@@ -41,7 +41,7 @@ def connect_shell():
 
     # connect to planetlab
     if "Url" in pl_auth:
-        import remoteshell
+        from sfa.plc import remoteshell
         shell = remoteshell.RemoteShell()
     else:
         import PLC.Shell