From: Tony Mack Date: Wed, 10 Apr 2013 12:55:51 +0000 (-0400) Subject: updated comments X-Git-Tag: sfa-2.1-26~32 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=88f4fb2c2118ec2ab867a62165e3003d21811a5d;p=sfa.git updated comments --- diff --git a/sfa/trust/gid.py b/sfa/trust/gid.py index bab4357e..d9f567bb 100644 --- a/sfa/trust/gid.py +++ b/sfa/trust/gid.py @@ -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