Prevent ambiguous shebangs.

This commit is contained in:
Rudd-O 2019-06-11 20:31:09 +00:00
parent 8598cfa2b5
commit a30297d72e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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