summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-09 18:15:11 +0000
committerDavid Robillard <d@drobilla.net>2011-03-09 18:15:11 +0000
commit6b87dbbf3497a9ccff19da15e7ec102ddbbb06f4 (patch)
tree20c16f1292efb3195e4443280606d8137102b887 /wscript
parentd9101a15611f3e96a2b313dd86d522605588c32b (diff)
Python 2/3 compatible blank line print.
git-svn-id: svn://localhost/ardour2/branches/3.0@9115 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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