Make python scripts refer more generically to python3 instead of python3.7

This commit is contained in:
Revar Desmera 2020-06-19 18:27:34 -07:00
parent 540f691056
commit 33c8751f4a
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7 #!/usr/bin/env python3
from __future__ import print_function from __future__ import print_function

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python3.7 #!/usr/bin/env python3
from __future__ import print_function from __future__ import print_function

View file

@ -8,7 +8,7 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,346]; BOSL_VERSION = [2,0,347];
// Section: BOSL Library Version Functions // Section: BOSL Library Version Functions