diff options
author | Sanky <gsanky@gmail.com> | 2012-03-06 23:52:51 +0100 |
---|---|---|
committer | Sanky <gsanky@gmail.com> | 2012-03-06 23:52:51 +0100 |
commit | 3cddafc519877869e76868f6acd54a19e5cfb2be (patch) | |
tree | 76e581d30cd7b6a7625214cd40576580fd1d096f /textpre.py | |
parent | 07a9c899b1a813d03af99e9e4d9a68784086ebea (diff) | |
parent | 40b8729cd5967f21ed324d8e3353322f89fdfcf3 (diff) |
Specified python2 executable. (Some systems default to Python 3.)
hg-commit-id: a28f903ec455
Diffstat (limited to 'textpre.py')
-rw-r--r-- | textpre.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # -*- coding: utf-8 -*- import sys |