From: Tony Mack Date: Mon, 11 Jan 2010 21:29:16 +0000 (+0000) Subject: should be urn_to_hrn X-Git-Tag: sfa-0.9-9~30 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9e4511aae644daf2b891b6f4fc19477951118cce;p=sfa.git should be urn_to_hrn --- diff --git a/sfa/managers/registry_manager_pl.py b/sfa/managers/registry_manager_pl.py index 985cd319..ec56127f 100644 --- a/sfa/managers/registry_manager_pl.py +++ b/sfa/managers/registry_manager_pl.py @@ -122,7 +122,7 @@ def resolve(api, xrns, type=None, origin_hrn=None): return records def list(api, xrn): - hrn, type = hrn_to_urn(xrn) + hrn, type = urn_to_hrn(xrn) # load all know registry names into a prefix tree and attempt to find # the longest matching prefix records = []