Merge pull request #1423 from fractalcat/respect-python-env

Update Python hashbang to respect environment
This commit is contained in:
Sage Weil 2014-03-12 12:05:05 -07:00
commit f6b3a0b741

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import re
import sys