filter out nodes with a slice whitelist
[sfa.git] / geni / gimport.py
index 31e3fae..3250c07 100755 (executable)
@@ -16,12 +16,12 @@ import getopt
 import sys
 import tempfile
 
-from cert import *
-from trustedroot import *
-from hierarchy import *
-from record import *
-from genitable import *
-from misc import *
+from geni.util.cert import *
+from geni.util.trustedroot import *
+from geni.util.hierarchy import *
+from geni.util.record import *
+from geni.util.genitable import *
+from geni.util.misc import *
 
 shell = None
 
@@ -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