Comment 8 for bug 1560134

Revision history for this message
John Vandenberg (jayvdb) wrote : Re: checkr.py; TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

fwiw, I have a fix https://github.com/jayvdb/pyflakes/commit/5c039f90b78fb4eb2b10287295f411e86baa8233

But I am working on another approach, as relative imports can also be star imports, and it would be nice to fix the error messages for star import at the same time. Should only be an hour or so.