diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-16 23:07:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-16 23:07:52 +0000 |
commit | 6d5fe21be4393ef644965669b4de2c976bc0096f (patch) | |
tree | 076b45bf49c706c62e8167dd4da0041725033b1c /rpki/fields.py | |
parent | 8734d57231a81d28ed60e417b9a6361c412c0f8b (diff) |
PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.
svn path=/branches/tk705/; revision=6123
Diffstat (limited to 'rpki/fields.py')
-rw-r--r-- | rpki/fields.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/fields.py b/rpki/fields.py index d1025c35..4a826f4e 100644 --- a/rpki/fields.py +++ b/rpki/fields.py @@ -175,7 +175,7 @@ class CRLField(DERField): class PKCS10Field(DERField): description = "PKCS #10 certificate request" - rpki_type = rpki.x509.PKCS10 + rpki_type = rpki.x509.PKCS10 class ManifestField(DERField): description = "RPKI Manifest" |