summaryrefslogtreecommitdiff
path: root/textpre.py
diff options
context:
space:
mode:
authorSanky <gsanky@gmail.com>2012-03-06 23:52:51 +0100
committerSanky <gsanky@gmail.com>2012-03-06 23:52:51 +0100
commit3cddafc519877869e76868f6acd54a19e5cfb2be (patch)
tree76e581d30cd7b6a7625214cd40576580fd1d096f /textpre.py
parent07a9c899b1a813d03af99e9e4d9a68784086ebea (diff)
parent40b8729cd5967f21ed324d8e3353322f89fdfcf3 (diff)
Specified python2 executable. (Some systems default to Python 3.)
hg-commit-id: a28f903ec455
Diffstat (limited to 'textpre.py')
-rw-r--r--textpre.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textpre.py b/textpre.py
index ca292b0f..c8d14183 100644
--- a/textpre.py
+++ b/textpre.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# -*- coding: utf-8 -*-
import sys