Files
Rob Prentiss ebe20a441c api_checker: Drop support for Python 2
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`.
2022-03-09 10:27:54 -08:00
..