From 90554068a272a15192c4fc3d84d1ce946e795b4f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 14 Jul 2014 16:50:04 +0100 Subject: Python coding style. --- test/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index ae84f63..54fe932 100644 --- a/test/wscript +++ b/test/wscript @@ -2,7 +2,7 @@ def configure(conf): conf.env.prepend_value('LINKFLAGS', '-Lsrc') def build(bld): - obj = bld(features = 'cxx cxxprogram') + obj = bld(features='cxx cxxprogram') obj.name = 'tests' obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM' obj.use = 'libcxml' -- cgit v1.2.3