mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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`.