X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fmethods%2FCreateGid.py;h=eb001a1c2f6ad514349a50b9e5ad1e3c28417e64;hb=02a4a59a4a49183ec8c631cc03243b97f4602d50;hp=db69acd121373fa852747dcb3acdd92b9f6aa915;hpb=de46e2cf9793a28dcf5e5d9b128da3e9abc1755d;p=sfa.git diff --git a/sfa/methods/CreateGid.py b/sfa/methods/CreateGid.py index db69acd1..eb001a1c 100644 --- a/sfa/methods/CreateGid.py +++ b/sfa/methods/CreateGid.py @@ -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):