Fix shebang
python2 instead of python
This commit is contained in:
parent
f0bb70951d
commit
fc74c420d7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
# Included modules
|
# Included modules
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Reference in a new issue