lint: Require python3 shebangs.

This commit was originally from @fredfishgames, but it
needed a big rebase due to use letting it sit too long.
Also, we decided not to have shebangs at the top of test
files.
This commit is contained in:
Steve Howell 2017-12-12 07:05:41 -06:00
parent 28687f18ca
commit fd069dff82
23 changed files with 10 additions and 36 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import print_function