no more __init__ created for now
[sfa.git] / geni / methods / get_credential.py
index 8019558..aa9b25f 100644 (file)
@@ -1,13 +1,13 @@
 ### $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.trust.credential import *
-from geni.trust.rights import *
 from geni.util.debug import log
 
 class get_credential(Method):