From 966efcc47698e1cb77b9447596a9a16af8f0676f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 May 2012 11:09:03 +0000 Subject: fix python3 incompatability in wscript git-svn-id: svn://localhost/ardour2/branches/3.0@12286 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b6ed64ebb5..54b2ffd16f 100644 --- a/wscript +++ b/wscript @@ -728,7 +728,7 @@ def i18n_mo(bld): bld.recurse (i18n_children) def install_not_supported(bld): - print 'Installing Ardour 3 is currently unsupported. Run it via the command ./ardev from within the gtk2_ardour directory.' + print ('Installing Ardour 3 is currently unsupported. Run it via the command ./ardev from within the gtk2_ardour directory.') sys.exit (1) from waflib import Build -- cgit v1.2.3