shape the sfa.trust subpackage
[sfa.git] / geni / methods / get_ticket.py
index 5257323..9c2062b 100644 (file)
@@ -5,7 +5,7 @@ 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.certificate import Keypair 
+from geni.trust.certificate import Keypair 
 from geni.util.geniticket import *
 
 class get_ticket(Method):