(self)
| 278 | ) |
| 279 | |
| 280 | def get_boost_config_path(self): |
| 281 | return os.path.join( |
| 282 | self.omim_builddir, |
| 283 | 'python{}-config.jam'.format(get_python_version()), |
| 284 | ) |
| 285 | |
| 286 | def configure_omim(self): |
| 287 | with chdir(OMIM_ROOT): |
no test coverage detected