1. duplicate & simplify _EverythingGetter, rather than import it Done.
2. change mod_reactor import to modReactor (or similar), and change both __import__'s to __future__.absolute_import Done (except I should have said "mod_reporter", not "mod_reactor") 3. attempt to make the reporter interface all text, documenting it as such Done, I think. 4. attempt to unify the multiple import methods Done, sort of. Combined ioError and problemDecodingSource into one unexpectedError method. Syntax errors have special needs re output, so have left as-is. I think we're good to merge now. -- https://code.launchpad.net/~jml/divmod.org/pyflakes-reporter/+merge/113857 Your team Divmod-dev is subscribed to branch lp:divmod.org. -- Mailing list: https://launchpad.net/~divmod-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~divmod-dev More help : https://help.launchpad.net/ListHelp

