Just ran into this in Ubuntu Yakkety which and filed bug 1580214. Then duped that here. Recreate is as simple as:
$ mkdir x $ echo "FOO = 1" > x/__init__.py $ echo "from . import FOO" > x/wark.py $ python -m pyflakes x/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1560134 Title: TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' To manage notifications about this bug go to: https://bugs.launchpad.net/pyflakes/+bug/1560134/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
