renaming the toplevel geni/ package into sfa/
[sfa.git] / sfa / methods / update.py
similarity index 93%
rename from geni/methods/update.py
rename to sfa/methods/update.py
index 75cb100..3c8edf1 100644 (file)
@@ -1,12 +1,12 @@
 ### $Id$
 ### $URL$
 
-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.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 update(Method):
     """