Python coding style.
[libcxml.git] / test / wscript
index ae84f63f169c915895c0b4d413082c20285cc170..54fe93221344d663586a197be8061d36c979b558 100644 (file)
@@ -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'