mirror of
https://github.com/balkian/dotfiles.git
synced 2024-12-23 00:58:12 +00:00
Fixed unicode problems
This commit is contained in:
parent
f66260435a
commit
bc3ea4b0ee
@ -1,17 +1,18 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Spoify-remote
|
'''
|
||||||
# Modified version of Spotify-notify that runs once when invoked instead of looping.
|
Spoify-remote
|
||||||
#
|
Modified version of Spotify-notify that runs once when invoked instead of looping.
|
||||||
# v0.6d (28th aug 11)
|
v0.6d (28th aug 11)
|
||||||
# by JonW (jon.neverwinter@gmail.com)
|
by JonW (jon.neverwinter@gmail.com)
|
||||||
# patched 20110907 by Jansen Price (sumpygump@gmail.com)
|
patched 20110907 by Jansen Price (sumpygump@gmail.com)
|
||||||
# patched 20120729 by Jansen Price (sumpygump@gmail.com) and brandl.matthaeus
|
patched 20120729 by Jansen Price (sumpygump@gmail.com) and brandl.matthaeus
|
||||||
# modified 20130405 by Fernando Sánchez (balkian@gmail.com)
|
modified 20130405 by Fernando Sánchez (balkian@gmail.com)
|
||||||
#
|
|
||||||
# Original by SveinT (sveint@gmail.com)
|
|
||||||
# up to v0.5.2 (27th jan 11)
|
|
||||||
|
|
||||||
|
Original by SveinT (sveint@gmail.com)
|
||||||
|
up to v0.5.2 (27th jan 11)
|
||||||
|
'''
|
||||||
|
|
||||||
import dbus
|
import dbus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user