aboutsummaryrefslogtreecommitdiff
path: root/rpki/oids.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpki/oids.py')
-rw-r--r--rpki/oids.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/rpki/oids.py b/rpki/oids.py
index a97df6a7..9fa30a04 100644
--- a/rpki/oids.py
+++ b/rpki/oids.py
@@ -1,13 +1,13 @@
# $Id$
-#
+#
# Copyright (C) 2013--2014 Dragon Research Labs ("DRL")
# Portions copyright (C) 2009--2012 Internet Systems Consortium ("ISC")
# Portions copyright (C) 2007--2008 American Registry for Internet Numbers ("ARIN")
-#
+#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notices and this permission notice appear in all copies.
-#
+#
# THE SOFTWARE IS PROVIDED "AS IS" AND DRL, ISC, AND ARIN DISCLAIM ALL
# WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL DRL,
@@ -87,6 +87,7 @@ for _sym in dir():
raise ValueError("Bad OID definition: %s = %r" % (_sym, _val))
_oid2name[_val] = _sym.replace("_", "-")
+# pylint: disable=W0631
del _sym
del _val