From: Tony Mack Date: Sun, 1 Jul 2012 03:46:47 +0000 (-0400) Subject: revert change X-Git-Tag: sfa-2.1-12~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0ff28e27fc3f2fc5af23dec75f34e2d9c086f5d1;p=sfa.git revert change --- 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("+")