On Sep 20, 2010, at 8:21 AM, mdipierro wrote:
> 
> fixed in trunk

As long as you're fixing tools.py, here's the output from pyflakes:

tools.py:23: redefinition of unused 'thread' from line 18
tools.py:371: 'constants' imported but unused
tools.py:372: 'pyme' imported but unused
tools.py:1876: local variable 'response' is assigned to but never used
tools.py:1890: local variable 'e' is assigned to but never used
tools.py:1994: local variable 'old_requires' is assigned to but never used
tools.py:2624: local variable 'request' is assigned to but never used
tools.py:3668: redefinition of unused 'thread' from line 23
tools.py:3668: 'time' imported but unused

Reply via email to