Remove duplicate attribute primary_key_created from GenKey.

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-28 08:42:03 +00:00
parent 08bbfb3a68
commit 5b731736fe
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ class GenKey(object):
raise ValueError("Unknown status message: %r" % key)
if self.type in ('B', 'P'):
self.primary_key_created = True
self.primary_created = True
if self.type in ('B', 'S'):
self.subkey_created = True