[Zope3-Users] Utility for removing unneeded import statements

Martijn Pieters mj at zopatista.com
Tue Jun 5 09:07:21 EDT 2007


On 6/5/07, Doyon, Jean-Francois <jdoyon at nrcan.gc.ca> wrote:
> You may want to look into PyLint:
>
> http://www.logilab.org/857
>
> Or PyChecker:
>
> http://pychecker.sourceforge.net/

Or use PyFlakes:

  http://www.divmod.org/projects/pyflakes

which doesn't execute code (like PyChecker does).

-- 
Martijn Pieters


More information about the Zope3-users mailing list