Re: [Pythonmac-SIG] Determining if I need an import

2011-01-27 Thread Christopher Barker
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

Re: [Pythonmac-SIG] Determining if I need an import

2011-01-27 Thread Henning Hraban Ramm
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

[Pythonmac-SIG] Determining if I need an import

2011-01-24 Thread 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 program state into a single module and then just import