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

View file

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