From 9e4511aae644daf2b891b6f4fc19477951118cce Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 11 Jan 2010 21:29:16 +0000 Subject: [PATCH] should be urn_to_hrn --- sfa/managers/registry_manager_pl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.43.0