equal
deleted
inserted
replaced
13 import Logs |
13 import Logs |
14 import Build |
14 import Build |
15 import Utils |
15 import Utils |
16 |
16 |
17 ## https://launchpad.net/pybindgen/ |
17 ## https://launchpad.net/pybindgen/ |
18 REQUIRED_PYBINDGEN_VERSION = (0, 12, 0, 710) |
18 REQUIRED_PYBINDGEN_VERSION = (0, 13, 0, 744) |
19 REQUIRED_PYGCCXML_VERSION = (0, 9, 5) |
19 REQUIRED_PYGCCXML_VERSION = (0, 9, 5) |
20 |
20 |
21 |
21 |
22 def add_to_python_path(path): |
22 def add_to_python_path(path): |
23 if os.environ.get('PYTHONPATH', ''): |
23 if os.environ.get('PYTHONPATH', ''): |