← Back to team overview

schooltool-developers team mailing list archive

Re: Running pyflakes on trunks?

 

On Tue, Oct 12, 2010 at 02:12:31PM -0700, Douglas Cerna wrote:
> Hey everybody.
> 
> Could we run pyflakes on trunks to get rid of unused imports?

If schooltool is still using doctests-in-py-files, i.e.

    import somemodule

    def doctest_foo():
        """...

           >>> somemodule.somefunc()

        """

then you'll want my pyflakes branch (lp:~mgedmin/pyflakes/pyflakes-mg)
to avoid false positives ('somemodule imported and not used').

Marius Gedminas
-- 
Perl is hard for most people to write. They write PERL or Pearl.
        -- Abigail

Attachment: signature.asc
Description: Digital signature


References