equal
deleted
inserted
replaced
11 |
11 |
12 # feature = TaskGen.feature |
12 # feature = TaskGen.feature |
13 # after = TaskGen.after |
13 # after = TaskGen.after |
14 |
14 |
15 ## https://launchpad.net/pybindgen/ |
15 ## https://launchpad.net/pybindgen/ |
16 REQUIRED_PYBINDGEN_VERSION = (0, 16, 0, 865) |
16 REQUIRED_PYBINDGEN_VERSION = (0, 17, 0, 866) |
17 REQUIRED_PYGCCXML_VERSION = (0, 9, 5) |
17 REQUIRED_PYGCCXML_VERSION = (0, 9, 5) |
18 |
18 |
19 RUN_ME=-3 |
19 RUN_ME=-3 |
20 |
20 |
21 def add_to_python_path(path): |
21 def add_to_python_path(path): |