renaming the toplevel geni/ package into sfa/
[sfa.git] / sfa / methods / create_gid.py
similarity index 88%
rename from geni/methods/create_gid.py
rename to sfa/methods/create_gid.py
index e4560b4..1b6a94b 100644 (file)
@@ -1,12 +1,12 @@
 ### $Id$
 ### $URL$
 
-from geni.trust.certificate import Keypair 
+from sfa.trust.certificate import Keypair 
 
-from geni.util.faults import *
-from geni.util.method import Method
-from geni.util.parameter import Parameter, Mixed
-from geni.util.auth import Auth
+from sfa.util.faults import *
+from sfa.util.method import Method
+from sfa.util.parameter import Parameter, Mixed
+from sfa.util.auth import Auth
 
 class create_gid(Method):
     """