no more __init__ created for now
[sfa.git] / geni / methods / get_ticket.py
index 9c2062b..e8495b7 100644 (file)
@@ -1,11 +1,11 @@
 ### $Id$
 ### $URL$
 
+from geni.trust.certificate import Keypair 
 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.trust.certificate import Keypair 
 from geni.util.geniticket import *
 
 class get_ticket(Method):