creating tag sfa-0.9-11
[sfa.git] / sfa / managers / registry_manager_pl.py
index 1af2caf..2486738 100644 (file)
@@ -129,7 +129,7 @@ def list(api, xrn, origin_hrn=None):
     tree = prefixTree()
     tree.load(registry_hrns)
     registry_hrn = tree.best_match(hrn)
-    
+   
     #if there was no match then this record belongs to an unknow registry
     if not registry_hrn:
         raise MissingAuthority(xrn)