no more __init__ created for now
[sfa.git] / geni / methods / register.py
index aeb47c6..dcb7752 100644 (file)
@@ -1,15 +1,15 @@
 ### $Id$
 ### $URL$
 
+from geni.trust.certificate import Keypair, convert_public_key
+from geni.trust.gid import *
 from geni.util.faults import *
+from geni.util.misc 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.trust.certificate import Keypair, convert_public_key
-from geni.trust.gid import *
 from geni.util.debug import log
-from geni.util.misc import *
 
 class register(Method):
     """