From 6b87dbbf3497a9ccff19da15e7ec102ddbbb06f4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Mar 2011 18:15:11 +0000 Subject: [PATCH] Python 2/3 compatible blank line print. git-svn-id: svn://localhost/ardour2/branches/3.0@9115 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index babc4a64f8..5bc992f11d 100644 --- a/wscript +++ b/wscript @@ -558,7 +558,7 @@ def configure(conf): autowaf.display_msg(conf, 'C Compiler flags', conf.env['CCFLAGS']) autowaf.display_msg(conf, 'C++ Compiler flags', conf.env['CXXFLAGS']) - print() + print('') # and dump the same stuff to a file for use in the build