group db-related stuff in sfa/storage
[sfa.git] / sfa / methods / CreateGid.py
index db69acd..eb001a1 100644 (file)
@@ -1,7 +1,8 @@
 
 from sfa.util.xrn import urn_to_hrn
 from sfa.util.method import Method
-from sfa.util.parameter import Parameter, Mixed
+
+from sfa.storage.parameter import Parameter, Mixed
 from sfa.trust.credential import Credential
 
 class CreateGid(Method):