Switch all shebangs to 'env python2'

This commit is contained in:
Daniel Martí 2013-10-31 13:25:39 +01:00
parent e4165eafb2
commit 2c804ef88a
13 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
from setuptools import setup