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