aboutsummaryrefslogtreecommitdiff
path: root/proposals/reindex.py
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-06 10:23:15 +1000
committerteor <teor@torproject.org>2020-02-06 10:50:18 +1000
commitd897e4de4a224f165617761638f5b3f3e876c617 (patch)
tree42af824281d39cd6435498200541966f6abc0179 /proposals/reindex.py
parent7ba6ab491522a0c9d7add69f6659e566f974fe77 (diff)
downloadtorspec-d897e4de4a224f165617761638f5b3f3e876c617.tar.gz
torspec-d897e4de4a224f165617761638f5b3f3e876c617.zip
proposals: Make reindex use path for python
Some people don't have their best python in /usr/bin. Other people only have python in /usr/local/bin, or other places.
Diffstat (limited to 'proposals/reindex.py')
-rwxr-xr-xproposals/reindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/proposals/reindex.py b/proposals/reindex.py
index 74efaf4..c66ec24 100755
--- a/proposals/reindex.py
+++ b/proposals/reindex.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import re, os
class Error(Exception): pass