Fix shebang

python2 instead of python
This commit is contained in:
Arthur Poulet 2016-03-26 18:39:42 +01:00 committed by Arthur Poulet
parent f0bb70951d
commit fc74c420d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# Included modules
import os