mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
This converts the `utils/api_checker` scripts to support Python 3 only. It removes all `from __future__` imports, and switches any `python` shebangs to `python3`.