buildframework/helium/sf/python/pythoncore/lib/symbian/log.py
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
   137     
   137     
   138     def end_stage(self, name, date):
   138     def end_stage(self, name, date):
   139         """ Method to override to catch the end stage event. """
   139         """ Method to override to catch the end stage event. """
   140         pass
   140         pass
   141     
   141     
   142     def task(self, name, cmdline, dir, output):
   142     def task(self, name, cmdline, dir_, output):
   143         """ Method to override to catch the task event. """
   143         """ Method to override to catch the task event. """
   144         pass
   144         pass
   145     
   145