Make shebang more cross-platform

This commit is contained in:
myint 2012-09-09 08:48:13 -07:00
parent 8cd0b44ef0
commit 37ac74d946
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
from distutils.core import setup
if __name__ == '__main__':