summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-03 15:57:18 +0000
committerDavid Robillard <d@drobilla.net>2011-03-03 15:57:18 +0000
commitdc99d6f52d1ce9a5ef97346e94cd9ecf70baa172 (patch)
treed6d1ad5e12d34de9daf95bdfca6db510fa7b0a02 /wscript
parent62b0623bd7e56d6399dc32ddaeb1c63b8f6e4737 (diff)
downloadraul-dc99d6f52d1ce9a5ef97346e94cd9ecf70baa172.tar.gz
raul-dc99d6f52d1ce9a5ef97346e94cd9ecf70baa172.tar.bz2
raul-dc99d6f52d1ce9a5ef97346e94cd9ecf70baa172.zip
Fix Python3 compatibility.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3036 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 2c07832..f77450d 100644
--- a/wscript
+++ b/wscript
@@ -70,7 +70,7 @@ def configure(conf):
autowaf.check_header(conf, 'boost/utility.hpp', mandatory=True)
autowaf.display_msg(conf, "Unit tests", str(conf.env['BUILD_TESTS']))
- print
+ print()
tests = '''
test/atom_test