mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-24 04:41:30 +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)