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/tests/testpoke.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpkid/tests/testpoke.py') diff --git a/rpkid/tests/testpoke.py b/rpkid/tests/testpoke.py index ad20992d..49919709 100644 --- a/rpkid/tests/testpoke.py +++ b/rpkid/tests/testpoke.py @@ -12,7 +12,7 @@ Default configuration file is testpoke.yaml, override with --yaml option. $Id$ -Copyright (C) 2010--2011 Internet Systems Consortium ("ISC") +Copyright (C) 2010--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 @@ -154,7 +154,7 @@ def do_revoke(): dispatch = { "list" : do_list, "issue" : do_issue, "revoke" : do_revoke } -def fail(e): +def fail(e): # pylint: disable=W0621 rpki.log.traceback(debug) sys.exit("Testpoke failed: %s" % e) -- cgit v1.2.3