From: Barış Metin Date: Fri, 3 Jul 2009 14:23:02 +0000 (+0000) Subject: use self.get_auth_info X-Git-Tag: sfa-0.9-0@14641~176 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=095e10f25ef5736a4522ae0525c3041dcb40a7e9;p=sfa.git use self.get_auth_info --- diff --git a/geni/util/auth.py b/geni/util/auth.py index 5d169591..3ea85651 100644 --- a/geni/util/auth.py +++ b/geni/util/auth.py @@ -84,7 +84,7 @@ class Auth: @param auth_name human readable name of authority """ - auth_info = get_auth_info(auth_name) + auth_info = self.get_auth_info(auth_name) table = GeniTable(hrn=auth_name, cninfo=auth_info.get_dbinfo()) # if the table doesn't exist, then it means we haven't put any records