mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Mypy now supports metaclasses in Python 2, see python/mypy#2830 so that now __metaclass__ attribute has special treatment. This PR makes small changes to fix the build (also most PRs are red because of this)