(self, option)
| 139 | return self.compiler or get_default_compiler() |
| 140 | |
| 141 | def get_mapserver_config(self, option): |
| 142 | return get_config(option, config =self.mapserver_config) |
| 143 | |
| 144 | def finalize_options(self): |
| 145 | if self.include_dirs is None: |
no test coverage detected