group db-related stuff in sfa/storage
[sfa.git] / sfa / methods / get_trusted_certs.py
index 460ab4d..7a4e1c5 100644 (file)
@@ -1,9 +1,9 @@
-#from sfa.util.faults import *
 from sfa.util.method import Method
-from sfa.util.parameter import Parameter, Mixed
+
 from sfa.trust.auth import Auth
 from sfa.trust.credential import Credential
 
+from sfa.storage.parameter import Parameter, Mixed
 
 class get_trusted_certs(Method):
     """