From c4be735c645bdbcb86b2448899a3aa664d5e97df Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 18 Oct 2012 23:53:23 +0000 Subject: pylint svn path=/branches/tk274/; revision=4786 --- rpkid/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rpkid/setup.py') diff --git a/rpkid/setup.py b/rpkid/setup.py index 348aa544..fbf0547e 100644 --- a/rpkid/setup.py +++ b/rpkid/setup.py @@ -1,6 +1,6 @@ # $Id$ # -# Copyright (C) 2011 Internet Systems Consortium ("ISC") +# Copyright (C) 2011-2012 Internet Systems Consortium ("ISC") # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -37,6 +37,8 @@ ac_libexecdir = os.getenv("AC_LIBEXECDIR", "").strip() # this insanity is to kludge around pre-existing OpenSSL libraries # that would screw up our build without these gymnastics. +# pylint: disable=W0622 + pow = Extension("rpki.POW._POW", ["ext/POW.c"], extra_compile_args = ac_cflags, extra_link_args = ac_ldflags + ac_libs) -- cgit v1.2.3