summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-10-20 02:38:34 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-10-20 02:38:34 +0200
commit637af57205f76584913163341fd8d094f50bd27d (patch)
tree44cf7859c9989eff58e56ad8b40b5015b96b6781
parentd231cd8dc64ab6040032957ef287519fa5247a42 (diff)
downloadplay-637af57205f76584913163341fd8d094f50bd27d.tar.xz
play: use python2 as interpreter
-rw-r--r--play4
1 files changed, 2 insertions, 2 deletions
diff --git a/play b/play
index 6626252..eb9634f 100644
--- a/play
+++ b/play
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-# -*- python -*-
+#!/usr/bin/env python2
+# -*- coding: utf-8 -*-
__version__ = "play 1.00"