renaming the toplevel geni/ package into sfa/
[sfa.git] / sfa / methods / get_credential.py
similarity index 94%
rename from geni/methods/get_credential.py
rename to sfa/methods/get_credential.py
index aa9b25f..c67831b 100644 (file)
@@ -1,14 +1,14 @@
 ### $Id$
 ### $URL$
 
-from geni.trust.credential import *
-from geni.trust.rights import *
-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 geni.util.record import GeniRecord
-from geni.util.debug import log
+from sfa.trust.credential import *
+from sfa.trust.rights import *
+from sfa.util.faults import *
+from sfa.util.method import Method
+from sfa.util.parameter import Parameter, Mixed
+from sfa.util.auth import Auth
+from sfa.util.record import GeniRecord
+from sfa.util.debug import log
 
 class get_credential(Method):
     """