diff options
author | David Robillard <d@drobilla.net> | 2011-03-03 15:57:18 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-03-03 15:57:18 +0000 |
commit | dc99d6f52d1ce9a5ef97346e94cd9ecf70baa172 (patch) | |
tree | d6d1ad5e12d34de9daf95bdfca6db510fa7b0a02 /wscript | |
parent | 62b0623bd7e56d6399dc32ddaeb1c63b8f6e4737 (diff) | |
download | raul-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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |