mirror of
https://github.com/balkian/dotfiles.git
synced 2024-12-22 16:48:13 +00:00
Fixed unicode problems
This commit is contained in:
parent
f66260435a
commit
bc3ea4b0ee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user