tools: Fix python -> python3 for bots scripts.
This also turns off the custom lint check that was preventing an explicit version for scripts in "tools". Fixes #187
This commit is contained in:
parent
19c3792af5
commit
41b065eb76
3 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue