use python2.7 and not python2 (OSX compatibility)

This commit is contained in:
Arthur Poulet 2016-03-30 15:43:58 +02:00
parent a4352814d1
commit 89b4fca6a2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python2.7
# Included modules

View File

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