Mikeal Rogers wrote:
>> Does anyone object to an addition to Application.py line 323 like this;
>>
>>         class _pyLog(wx.PyLog):
>>             def DoLogString(self, message, timestamp):
>>                 sys.stderr.write('wx output: ')
>>                 sys.stderr.write(message)
>>                 sys.stderr.write('\n')
>>                 import tools.cats.framework.logger
> 
> tools.cats.framework.logger.wxerr(message)

Don't do this. Chandler must not depend on tools/.

-- 
  Heikki Toivonen


Attachment: signature.asc
Description: OpenPGP digital signature

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to