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 | List of maps with hidden objects. (diff) | |
| parent | Merge (diff) | |
| download | pokeyellow-3cddafc519877869e76868f6acd54a19e5cfb2be.tar.gz pokeyellow-3cddafc519877869e76868f6acd54a19e5cfb2be.tar.xz pokeyellow-3cddafc519877869e76868f6acd54a19e5cfb2be.zip | |
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 |
