fix python3 incompatability in wscript

git-svn-id: svn://localhost/ardour2/branches/3.0@12286 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-05-15 11:09:03 +00:00
parent b54779ec41
commit 966efcc476
1 changed files with 1 additions and 1 deletions

View File

@ -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