From: Stephen Soltesz Date: Thu, 9 Jul 2009 16:47:05 +0000 (+0000) Subject: import from correct path. X-Git-Tag: sfa-0.9-0@14641~93 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f97a65f5f8cd78c2a04f851aa82848f73ca1d680;p=sfa.git import from correct path. --- diff --git a/sfa/plc/sfa-import-plc.py b/sfa/plc/sfa-import-plc.py index e1f2bb50..79621544 100755 --- a/sfa/plc/sfa-import-plc.py +++ b/sfa/plc/sfa-import-plc.py @@ -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