X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=sfa%2Fmethods%2FCreateGid.py;h=eb001a1c2f6ad514349a50b9e5ad1e3c28417e64;hb=cf630d87d633f3861e3ac8a50433fa29ca46a74e;hp=db69acd121373fa852747dcb3acdd92b9f6aa915;hpb=ad6330d255e61373e8f506c9ced34715a2d9edac;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):