From e1859cfbeaa76b96358bbf91936fbd3456c88c56 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 5 Feb 2009 19:15:29 +0000 Subject: [PATCH] fix package import --- geni/gimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2