From bc3ea4b0ee59e42dc8a8f6f029d0bdc226ca2a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Mon, 8 Apr 2013 11:45:50 +0200 Subject: [PATCH] Fixed unicode problems --- spotify-remote.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/spotify-remote.py b/spotify-remote.py index e0a7dbf..a85d44f 100755 --- a/spotify-remote.py +++ b/spotify-remote.py @@ -1,17 +1,18 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- -# Spoify-remote -# Modified version of Spotify-notify that runs once when invoked instead of looping. -# -# v0.6d (28th aug 11) -# by JonW (jon.neverwinter@gmail.com) -# patched 20110907 by Jansen Price (sumpygump@gmail.com) -# patched 20120729 by Jansen Price (sumpygump@gmail.com) and brandl.matthaeus -# modified 20130405 by Fernando Sánchez (balkian@gmail.com) -# -# Original by SveinT (sveint@gmail.com) -# up to v0.5.2 (27th jan 11) +''' + Spoify-remote + Modified version of Spotify-notify that runs once when invoked instead of looping. + v0.6d (28th aug 11) + by JonW (jon.neverwinter@gmail.com) + patched 20110907 by Jansen Price (sumpygump@gmail.com) + patched 20120729 by Jansen Price (sumpygump@gmail.com) and brandl.matthaeus + modified 20130405 by Fernando Sánchez (balkian@gmail.com) + Original by SveinT (sveint@gmail.com) + up to v0.5.2 (27th jan 11) +''' import dbus