Python: make helper class methods using attribute optional parameters work.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-07-13 17:55:48 +01:00
parent 1132bcbd99
commit 10ee9b9e01
3 changed files with 27 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ else:
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 8, 0, 479)
REQUIRED_PYBINDGEN_VERSION = (0, 8, 0, 492)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)