Re: warning for unused packages/modules/objects

2008-06-27 Thread Robert Kern
Daniel Fetchinson wrote: How difficult would it be to implement a system in python that would warn if there are unnecessarily imported packages/modules/objects in the code? I mean that when developing some code one frequently imports stuff, deletes the import, changes stuff here and there, import

warning for unused packages/modules/objects

2008-06-26 Thread Daniel Fetchinson
How difficult would it be to implement a system in python that would warn if there are unnecessarily imported packages/modules/objects in the code? I mean that when developing some code one frequently imports stuff, deletes the import, changes stuff here and there, imports other stuff, later decide