Set the encoding, so that Python is happy (see: PEP 0263)

This commit is contained in:
Paul van Tilburg 2011-12-12 19:27:15 +01:00
parent 3ff36b4d1f
commit e1ba591de1
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python
# coding: utf-8
#
# xbmc-wiimote - XBMC event client for Wii remotes
#