From 88f4fb2c2118ec2ab867a62165e3003d21811a5d Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 10 Apr 2013 08:55:51 -0400 Subject: [PATCH] updated comments --- sfa/trust/gid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0