steps towards computing wsdl files at build-time:
[sfa.git] / sfa / trust / hierarchy.py
index 7953df3..336fd9e 100644 (file)
@@ -30,7 +30,7 @@ from sfa.util.geniticket import *
 # The AuthInfo class contains the information for an authority. This information
 # includes the GID, private key, and database connection information.
 
-class AuthInfo():
+class AuthInfo:
     hrn = None
     gid_object = None
     gid_filename = None
@@ -102,7 +102,7 @@ class AuthInfo():
 # contains the GID, pkey, and dbinfo files for that authority (as well as
 # subdirectories for each sub-authority)
 
-class Hierarchy():
+class Hierarchy:
     ##
     # Create the hierarchy object.
     #