From 53050c95eaa08b58c2726b49c7435893324c6388 Mon Sep 17 00:00:00 2001 From: Pierre Guilbert Date: Thu, 26 Mar 2015 18:05:44 +0100 Subject: fixing dbus and header --- py3status/modules/spotify.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'py3status') diff --git a/py3status/modules/spotify.py b/py3status/modules/spotify.py index 78321c1..a797bb3 100644 --- a/py3status/modules/spotify.py +++ b/py3status/modules/spotify.py @@ -3,12 +3,11 @@ This module displays the current "artist - title" playing in Spotify. Last modified: 2015-03-26 -Author: Pierre Guilbert LASSERRE +Author: Pierre Guilbert License: GNU GPL http://www.gnu.org/licenses/gpl.html """ from time import time -from subprocess import check_output import dbus, dbus.proxies class Py3status: -- cgit v1.3