Use /usr/bin/env python for process_fts_updates.

`/usr/bin/env python` is almost always preferred over specifying the
specific python to run (and this script doesn't work for me on OSX
with /usr/bin/python specified).

(imported from commit 531e6062ba0ac1f25e3c681bb5cf83a918d0e3e7)
This commit is contained in:
Jessica McKellar 2014-02-12 13:40:15 -05:00
parent 07bb7b2fee
commit 8a8efdc537
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import psycopg2
import psycopg2.extensions
import select