From 0ff28e27fc3f2fc5af23dec75f34e2d9c086f5d1 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Sat, 30 Jun 2012 23:46:47 -0400 Subject: [PATCH] revert change --- sfa/util/xrn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/util/xrn.py b/sfa/util/xrn.py index 843b0358..af82adea 100644 --- a/sfa/util/xrn.py +++ b/sfa/util/xrn.py @@ -223,7 +223,7 @@ class Xrn: raise SfaAPIError, "Xrn.hrn_to_urn, hrn=%s"%self.hrn if self.type and self.type.startswith('authority'): - self.authority = Xrn.hrn_auth_list(self.hrn) + self.authority = Xrn.hrn_split(self.hrn) if not self.authority: self.authority = [self.hrn] type_parts = self.type.split("+") -- 2.47.0