Fix #! at top of shell scripts for py3 and venvs

This commit is contained in:
Jim Paris 2020-08-05 17:02:30 -04:00
parent 8dc36c2d37
commit 6cc1f6b7b2
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import os
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import nilmdb.fsck
import argparse

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import os
import sys

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import nilmdb.cmdline

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# To release a new version, tag it:
# git tag -a nilmdb-1.1 -m "Version 1.1"

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
import nose
import os