shape the sfa.trust subpackage
[sfa.git] / geni / methods / get_credential.py
index 42e6b64..8019558 100644 (file)
@@ -6,8 +6,8 @@ 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.credential import *
-from geni.util.rights import *
+from geni.trust.credential import *
+from geni.trust.rights import *
 from geni.util.debug import log
 
 class get_credential(Method):