From: Tony Mack Date: Thu, 5 Feb 2009 19:15:29 +0000 (+0000) Subject: fix package import X-Git-Tag: sfa-0.9-0@14641~664 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e1859cfbeaa76b96358bbf91936fbd3456c88c56;p=sfa.git fix package import --- diff --git a/geni/gimport.py b/geni/gimport.py index c67b9a01..3250c076 100755 --- a/geni/gimport.py +++ b/geni/gimport.py @@ -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