On Wed, Aug 31, 2011 at 1:09 AM, Volker Braun <vbraun.n...@gmail.com> wrote:
> +1 for any tool to reduce/simplify the number of imports. Everybody adds > imports if something is missing, but nobody takes out imports after > rewriting a module. Its not hard to find unused imports, as a random example > sage/rings/polynomial/polynomial_rational_flint.pyx imports is_Polynomial > but doesn't use it. But without manually searching around in the source code > its hard to find which imports are seldomly-used and hence good candidates > to move function/methods. > > Are there any tools for automating the process of finding out which imports aren't used in a large module? -- Benjamin Jones -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org