diff --git a/gnupg/parsers.py b/gnupg/parsers.py index e83a03d..ead19e4 100644 --- a/gnupg/parsers.py +++ b/gnupg/parsers.py @@ -730,19 +730,14 @@ class Sign(object): #: The type of signature created. sig_type = None - #: The algorithm used to create the signature. sig_algo = None - #: The hash algorithm used to create the signature. sig_hash_also = None - #: The fingerprint of the signing keyid. fingerprint = None - #: The timestamp on the signature. timestamp = None - #: xxx fill me in what = None