From dc99d6f52d1ce9a5ef97346e94cd9ecf70baa172 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 3 Mar 2011 15:57:18 +0000 Subject: Fix Python3 compatibility. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3036 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') 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 -- cgit v1.2.1