group db-related stuff in sfa/storage
[sfa.git] / sfa / methods / Resolve.py
index 094500f..9a6dd47 100644 (file)
@@ -2,9 +2,11 @@ import types
 
 from sfa.util.xrn import Xrn, urn_to_hrn
 from sfa.util.method import Method
-from sfa.util.parameter import Parameter, Mixed
+
 from sfa.trust.credential import Credential
-from sfa.util.record import SfaRecord
+
+from sfa.storage.parameter import Parameter, Mixed
+from sfa.storage.record import SfaRecord
 
 class Resolve(Method):
     """