3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

Use more flexible shebangs (/usr/bin/env python3)

This commit is contained in:
James Lu 2016-04-01 18:21:33 -07:00
parent 8b7a9f6b45
commit 1bcadbe12b
2 changed files with 2 additions and 2 deletions

2
pylink
View File

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

View File

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