From 6ee25164e7ca52a925c015e6a0061ee0b7dfba0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 3 Jul 2009 14:15:32 +0000 Subject: [PATCH] this one is actually used in methods --- geni/util/auth.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.47.0