From: Barış Metin Date: Fri, 3 Jul 2009 14:15:32 +0000 (+0000) Subject: this one is actually used in methods X-Git-Tag: sfa-0.9-0@14641~178 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6ee25164e7ca52a925c015e6a0061ee0b7dfba0f;p=sfa.git this one is actually used in methods --- diff --git a/geni/util/auth.py b/geni/util/auth.py index 0d074e0c..5d169591 100644 --- a/geni/util/auth.py +++ b/geni/util/auth.py @@ -222,3 +222,5 @@ class Auth: if not (cred_object_hrn in operators): raise PermissionError(cred_object_hrn + " is not in operator list for " + record.get_name()) + def get_authority(self, hrn): + return get_authority(hrn)