I ran into this trying to get the sqlalchemy stubs working. The error is: ``` <string>:1: note: In module imported here: typeshed/third_party/2.7/stest/__init__.pyi:4: error: Cannot determine type of 'Constraint' ``` Here's a reproducer zipped tar archive: [foo.zip](https://github.com/JukkaL/mypy/files/108780/foo.zip)