updated comments
authorTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 10 Apr 2013 12:55:51 +0000 (08:55 -0400)
committerTony Mack <tmack@paris.CS.Princeton.EDU>
Wed, 10 Apr 2013 12:55:51 +0000 (08:55 -0400)
sfa/trust/gid.py

index bab4357..d9f567b 100644 (file)
@@ -74,7 +74,7 @@ class GID(Certificate):
     # @param string If string!=None, load the GID from a string
     # @param filename If filename!=None, load the GID from a file
     # @param lifeDays life of GID in days - default is 1825==5 years
-
+    # @param email Email address to put in subjectAltName - default is None
     def __init__(self, create=False, subject=None, string=None, filename=None, uuid=None, hrn=None, urn=None, lifeDays=1825, email=None):
         self.uuid = None
         self.hrn = None