renaming the toplevel geni/ package into sfa/
[sfa.git] / sfa / util / method.py
similarity index 98%
rename from geni/util/method.py
rename to sfa/util/method.py
index c736386..e7a12d8 100644 (file)
@@ -15,10 +15,10 @@ import pprint
 
 from types import StringTypes
 
-from geni.util.faults import * 
-from geni.util.parameter import Parameter, Mixed, python_type, xmlrpc_type
-from geni.util.auth import Auth
-from geni.util.debug import profile, log
+from sfa.util.faults import * 
+from sfa.util.parameter import Parameter, Mixed, python_type, xmlrpc_type
+from sfa.util.auth import Auth
+from sfa.util.debug import profile, log
 
 # we inherit object because we use new-style classes for legacy methods
 class Method (object):