Merge pull request #730 from donfranio/fix-for-missing-python2
update python name in shebang to respect PEP-0394
This commit is contained in:
commit
c5f13746b3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue