(self, arch)
| 832 | return self.import_path(path).Main() |
| 833 | |
| 834 | def is_arch_supported(self, arch): |
| 835 | return self.supported_archs is None or arch in self.supported_archs |
| 836 | |
| 837 | def log_error(self, msg): |
| 838 | print('error: {}'.format(msg), file=sys.stdout) |