From a83b6e795b2a2a47dc1f250e9895ac9e44c1c5c6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 5 May 2012 04:43:44 +0000 Subject: Fix double newline. svn path=/branches/tk33/; revision=4466 --- scripts/convert-from-entitydb-to-sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/convert-from-entitydb-to-sql.py b/scripts/convert-from-entitydb-to-sql.py index ba073730..e1030ba9 100644 --- a/scripts/convert-from-entitydb-to-sql.py +++ b/scripts/convert-from-entitydb-to-sql.py @@ -95,7 +95,7 @@ tag_parent = xmlns + "parent" tag_repository = xmlns + "repository" def read_element_tree(filename, tag): - print "Reading file %s, tag %s\n" % (filename, tag) + print "Reading file %s, tag %s" % (filename, tag) e = ElementTree(file = filename).getroot() rpki.relaxng.myrpki.assertValid(e) assert e.tag == tag -- cgit v1.2.3