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/pubd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpki/pubd.py') diff --git a/rpki/pubd.py b/rpki/pubd.py index 64b432dd..b5d36199 100644 --- a/rpki/pubd.py +++ b/rpki/pubd.py @@ -98,8 +98,8 @@ class main(object): import django django.setup() - global rpki - import rpki.pubdb + global rpki # pylint: disable=W0602 + import rpki.pubdb # pylint: disable=W0621 self.bpki_ta = rpki.x509.X509(Auto_update = self.cfg.get("bpki-ta")) self.irbe_cert = rpki.x509.X509(Auto_update = self.cfg.get("irbe-cert")) -- cgit v1.2.3