From eb984e53395afd9b351fe9d760deb35b8ffc0a0b Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Wed, 25 Feb 2015 17:12:27 -0800 Subject: [PATCH] [v9_9] minor python3 portability fix --- bin/python/dnssec-coverage.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/python/dnssec-coverage.py.in b/bin/python/dnssec-coverage.py.in index c79b5d11b0..95f7f0fc95 100755 --- a/bin/python/dnssec-coverage.py.in +++ b/bin/python/dnssec-coverage.py.in @@ -326,7 +326,7 @@ def vspace(): if _firstline: _firstline = False else: - print + print() ############################################################################ # vreset: