From 637af57205f76584913163341fd8d094f50bd27d Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 20 Oct 2010 02:38:34 +0200 Subject: play: use python2 as interpreter --- play | 4 ++-- 1 file 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" -- cgit v1.2.3