use self.get_auth_info
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 3 Jul 2009 14:23:02 +0000 (14:23 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 3 Jul 2009 14:23:02 +0000 (14:23 +0000)
geni/util/auth.py

index 5d16959..3ea8565 100644 (file)
@@ -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