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/myrpki-xml-parse-test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rpkid/tests/myrpki-xml-parse-test.py') diff --git a/rpkid/tests/myrpki-xml-parse-test.py b/rpkid/tests/myrpki-xml-parse-test.py index 5aaf5cbf..6818dbe5 100644 --- a/rpkid/tests/myrpki-xml-parse-test.py +++ b/rpkid/tests/myrpki-xml-parse-test.py @@ -3,7 +3,7 @@ Test parser and display tool for myrpki.xml files. $Id$ -Copyright (C) 2009--2010 Internet Systems Consortium ("ISC") +Copyright (C) 2009--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 @@ -29,9 +29,9 @@ if False: relaxng.assertValid(tree) -def showitems(x): +def showitems(y): if False: - for k, v in x.items(): + for k, v in y.items(): if v: print " ", k, v -- cgit v1.2.3