Fix setup.py script to be executable (other tools expect this)

pull/37/head
Fernando Perez 15 years ago
parent 43a4db17e6
commit b98add8e32

@ -1,3 +1,4 @@
#!/usr/bin/env python
"""This calls the setup routine for Python 2 or 3 as required."""
import sys

Loading…
Cancel
Save