(self, force=0, ok_status=[256, 0, 1])
| 30 | opt = ['/usr/lib/hpux64'] |
| 31 | return opt |
| 32 | def get_version(self, force=0, ok_status=[256, 0, 1]): |
| 33 | # XXX status==256 may indicate 'unrecognized option' or |
| 34 | # 'no input file'. So, version_cmd needs more work. |
| 35 | return FCompiler.get_version(self, force, ok_status) |
| 36 | |
| 37 | if __name__ == '__main__': |
| 38 | from distutils import log |