From fcd0234cf2420b6a6f25091196fc7ba37c72030a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 6 Mar 2011 00:40:38 +0000 Subject: Python 2/3: Use print('') instead of print() to print empty lines. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3042 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index 26c57f4..98202b9 100644 --- a/wscript +++ b/wscript @@ -107,7 +107,7 @@ def configure(conf): autowaf.display_msg(conf, "LASH (D-Bus)", str(conf.env['HAVE_LASH'] == 1)) autowaf.display_msg(conf, "Jack (libjack)", str(conf.env['PATCHAGE_LIBJACK'] == 1)) autowaf.display_msg(conf, "Alsa Sequencer", str(conf.env['HAVE_ALSA'] == 1)) - print() + print('') def build(bld): out_base = '' -- cgit v1.2.1