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:
parent
28687f18ca
commit
fd069dff82
23 changed files with 10 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import print_function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue