sb: Use shebang env python

Closes #4037
This commit is contained in:
Chris Johns
2020-08-25 21:21:50 +10:00
parent 40af487dfc
commit 650c6f9933
46 changed files with 469 additions and 713 deletions

View File

@@ -25,14 +25,14 @@
from __future__ import print_function
import log
import os
import shutil
import stat
import string
import sys
import error
from . import error
from . import log
windows_posix = sys.platform == 'msys'
windows = os.name == 'nt'