X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fmethods%2Fresolve.py;h=b854d65602e899fc145bf4c75cdea39680862632;hp=5761d342ac7a44144589ea4c218fe76a02f60009;hb=3d7237fa0b5f2b4a60cb97c7fb3b6aecfd94558a;hpb=7c1cf48e3a60344e3c381d1edac89d81659655f3 diff --git a/sfa/methods/resolve.py b/sfa/methods/resolve.py index 5761d342..b854d656 100644 --- a/sfa/methods/resolve.py +++ b/sfa/methods/resolve.py @@ -6,7 +6,7 @@ from sfa.util.method import Method from sfa.util.parameter import Parameter, Mixed from sfa.util.debug import log from sfa.trust.credential import Credential -from sfa.util.record import GeniRecord +from sfa.util.record import SfaRecord class resolve(Method): """ @@ -25,7 +25,7 @@ class resolve(Method): Parameter(list, "List of Human readable names ([hrn])")) ] - returns = [GeniRecord] + returns = [SfaRecord] def call(self, cred, hrn, origin_hrn=None): user_cred = Credential(string=cred)