Пример #1
0
 def run(self, source):
     response = CompileResponse()
     response.compile_success = True
     response.run_success = True
     response.run_output = \
         'i would have run "{0}" on "{1}"'.format(
             self.driver, source
         )
     return response