Python coding style.
[libcxml.git] / src / wscript
index 70f4b27b32a542dafd80290fef7afb5a95a4ff23..51e83be77378dc8fb243d6d63a2a750a68a35975 100644 (file)
@@ -1,8 +1,8 @@
 def build(bld):
     if bld.env.STATIC:
-        obj = bld(features = 'cxx cxxstlib')
+        obj = bld(features='cxx cxxstlib')
     else:
-        obj = bld(features = 'cxx cxxshlib')
+        obj = bld(features='cxx cxxshlib')
     obj.name = 'libcxml'
     obj.target = 'cxml'
     obj.export_includes = ['.']