Fix compat. with Python < 2.5 (fixes ns-old regression failure)
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Tue, 07 Oct 2008 12:23:57 +0100
changeset 3734 7e092d900d80
parent 3732 22237837c34e
child 3735 8de7e63381b4
Fix compat. with Python < 2.5 (fixes ns-old regression failure)
bindings/python/wscript
--- a/bindings/python/wscript	Mon Oct 06 18:21:04 2008 +0100
+++ b/bindings/python/wscript	Tue Oct 07 12:23:57 2008 +0100
@@ -22,7 +22,7 @@
     os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
 
 ## https://launchpad.net/pybindgen/
-REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 593)
+REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 595)
 REQUIRED_PYGCCXML_VERSION = (0, 9, 5)