Python 2/3 compatible blank line print.
authorDavid Robillard <d@drobilla.net>
Wed, 9 Mar 2011 18:15:11 +0000 (18:15 +0000)
committerDavid Robillard <d@drobilla.net>
Wed, 9 Mar 2011 18:15:11 +0000 (18:15 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9115 d708f5d6-7413-0410-9779-e7cbd77b26cf

wscript

diff --git a/wscript b/wscript
index babc4a64f84867418f0dc11ece530d7841a2d047..5bc992f11d5c5c822db771cd4ad52d06fb7e3fd2 100644 (file)
--- 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