From f97a65f5f8cd78c2a04f851aa82848f73ca1d680 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Thu, 9 Jul 2009 16:47:05 +0000 Subject: [PATCH] import from correct path. --- sfa/plc/sfa-import-plc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0