From 6d5fe21be4393ef644965669b4de2c976bc0096f Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 16 Oct 2015 23:07:52 +0000 Subject: PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs. svn path=/branches/tk705/; revision=6123 --- rpki/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/fields.py') 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" -- cgit v1.2.3