Esempio n. 1
0
    def _check_executable(self, executable):
        """Pass this on to executable_exists."""

        return executable_exists(executable)
Esempio n. 2
0
    def _check_executable(self, executable):
        '''Pass this on to executable_exists.'''

        return executable_exists(executable)