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:
Steve Howell 2017-12-31 09:51:24 -05:00 committed by Robert Hönig
parent 19c3792af5
commit 41b065eb76
3 changed files with 3 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from os.path import dirname, basename
from importlib import import_module