should be urn_to_hrn
authorTony Mack <tmack@cs.princeton.edu>
Mon, 11 Jan 2010 21:29:16 +0000 (21:29 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 11 Jan 2010 21:29:16 +0000 (21:29 +0000)
sfa/managers/registry_manager_pl.py

index 985cd31..ec56127 100644 (file)
@@ -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 = []