summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-06 00:40:38 +0000
committerDavid Robillard <d@drobilla.net>2011-03-06 00:40:38 +0000
commit0cc371c6486a5eea6ad1fb2aa16f79e3cbeb3cd2 (patch)
tree1d890363009418a8a76dcd7b28f604d8b3d75b1b /wscript
parentdc99d6f52d1ce9a5ef97346e94cd9ecf70baa172 (diff)
downloadraul-0cc371c6486a5eea6ad1fb2aa16f79e3cbeb3cd2.tar.gz
raul-0cc371c6486a5eea6ad1fb2aa16f79e3cbeb3cd2.tar.bz2
raul-0cc371c6486a5eea6ad1fb2aa16f79e3cbeb3cd2.zip
Python 2/3: Use print('') instead of print() to print empty lines.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3042 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 f77450d..28ca542 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