aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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