On 1/27/11 3:48 AM, Henning Hraban Ramm wrote:
Am 2011-01-24 um 23:52 schrieb Chris Weisiger:
I use Eclipse/Aptana with PyDev, and if you manage to setup that
monster, it shows unused imports (as well as unused variables etc.)
quite nicely.
pychecker is worth a try, too:
http://pychecker.so
Am 2011-01-24 um 23:52 schrieb Chris Weisiger:
I've inherited a large codebase that is practically the definition
of "legacy", with all that entails. I've spent a lot of time
removing unused code, renaming variables, creating classes, moving
global variables to locals (let's stuff all our p
I've inherited a large codebase that is practically the definition of
"legacy", with all that entails. I've spent a lot of time removing unused
code, renaming variables, creating classes, moving global variables to
locals (let's stuff all our program state into a single module and then just
import