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

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

        return executable_exists(executable)