Code review comment for lp:~jml/divmod.org/pyflakes-reporter

Revision history for this message
Jonathan Lange (jml) wrote :

Happy to continue working on this patch. Just needed to cap my time on it yesterday.

When I get cycles to devote to this, will:

 1. duplicate & simplify _EverythingGetter, rather than import it
 2. change mod_reactor import to modReactor (or similar), and change both __import__'s to __future__.absolute_import
 3. attempt to make the reporter interface all text, documenting it as such
 4. attempt to unify the multiple import methods

Thanks for the review.

jml

« Back to merge proposal