diff options
Diffstat (limited to 'py3status/modules/clementine.py')
| -rw-r--r-- | py3status/modules/clementine.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/py3status/modules/clementine.py b/py3status/modules/clementine.py index faadf1e..2c5c66f 100644 --- a/py3status/modules/clementine.py +++ b/py3status/modules/clementine.py @@ -1,10 +1,9 @@ # -*- coding: utf-8 -*- """ -This module displays the current "artist - title" playing in Clementine. +Display the current "artist - title" playing in Clementine. -Last modified: 2014-03-23 -Author: Francois LASSERRE <choiz@me.com> -License: GNU GPL http://www.gnu.org/licenses/gpl.html +@author Francois LASSERRE <choiz@me.com> +@license GNU GPL http://www.gnu.org/licenses/gpl.html """ from time import time |
