From e1ba591de168fa954e872f230d9649f2723584ae Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Mon, 12 Dec 2011 19:27:15 +0100 Subject: [PATCH] Set the encoding, so that Python is happy (see: PEP 0263) --- xbmc-wiimote | 1 + 1 file changed, 1 insertion(+) diff --git a/xbmc-wiimote b/xbmc-wiimote index 722c381..b607255 100755 --- a/xbmc-wiimote +++ b/xbmc-wiimote @@ -1,4 +1,5 @@ #!/usr/bin/env python +# coding: utf-8 # # xbmc-wiimote - XBMC event client for Wii remotes #