Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.
authorGustavo J. A. M. Carneiro <gjc@inescporto.pt>
Thu Oct 02 17:30:38 2008 +0100 (16 months ago)
changeset 3728ca97a92eb7d0
parent 3727 27880cdd0019
child 3729 af204a958bb0
Pull pybindgen revno 582 for increased stability of the generated python files with multiple developers doing the scanning.
bindings/python/wscript
     1.1 --- a/bindings/python/wscript	Thu Oct 02 17:16:04 2008 +0100
     1.2 +++ b/bindings/python/wscript	Thu Oct 02 17:30:38 2008 +0100
     1.3 @@ -22,7 +22,7 @@
     1.4      os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
     1.5  
     1.6  ## https://launchpad.net/pybindgen/
     1.7 -REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 581)
     1.8 +REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 582)
     1.9  REQUIRED_PYGCCXML_VERSION = (0, 9, 5)
    1.10  
    1.11