Only run the interpreter check once

pull/4420/head
Matt Martz 2015-05-26 13:42:36 -05:00 committed by John Barker
parent 4f9b6899fe
commit dcb17e1800
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ class ModuleValidator(Validator):
self.warnings.append('No RETURN provided')
if self._python_module() and not self._just_docs():
self._check_interpreter()
self._check_for_sys_exit()
self._find_json_import()
main = self._find_main_call()