renaming the toplevel geni/ package into sfa/
[sfa.git] / sfa / plc / sfa-import-plc.py
similarity index 97%
rename from geni/plc/sfa-import-plc.py
rename to sfa/plc/sfa-import-plc.py
index 0163e8a..e06eb3a 100755 (executable)
@@ -21,14 +21,14 @@ import getopt
 import sys
 import tempfile
 
-from geni.trust.certificate import convert_public_key, Keypair
-from geni.trust.trustedroot import *
+from sfa.trust.certificate import convert_public_key, Keypair
+from sfa.trust.trustedroot import *
 
-from geni.util.hierarchy import *
-from geni.util.record import *
-from geni.util.genitable import *
-from geni.util.misc import *
-from geni.util.config import *
+from sfa.util.hierarchy import *
+from sfa.util.record import *
+from sfa.util.genitable import *
+from sfa.util.misc import *
+from sfa.util.config import *
 
 # get PL account settings from config module
 pl_auth = get_pl_auth()
@@ -41,7 +41,7 @@ def connect_shell():
 
     # connect to planetlab
     if "Url" in pl_auth:
-        from geni.util import remoteshell
+        from sfa.util import remoteshell
         shell = remoteshell.RemoteShell()
     else:
         import PLC.Shell