X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Ftrack.py;h=87c96fc144fac9ca2b6ae0316d8e288fccc52d97;hb=c1bda032095902bdcd183c530a9c4de28f3c828a;hp=93aa350bbc4d24d612e2232e8c7a8d1de19d0a90;hpb=1cc879f39941fc302f9a841a532c9f749797cca4;p=mpd-sima.git diff --git a/sima/lib/track.py b/sima/lib/track.py index 93aa350..87c96fc 100644 --- a/sima/lib/track.py +++ b/sima/lib/track.py @@ -1,23 +1,23 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2009, 2010, 2011, 2013 Jack Kaliko +# Copyright (c) 2009, 2010, 2011, 2013 Jack Kaliko # Copyright (c) 2009 J. Alexander Treuman (Tag collapse method) # Copyright (c) 2008 Rick van Hattem # -# This file is part of MPD_sima +# This file is part of sima # -# MPD_sima is free software: you can redistribute it and/or modify +# sima is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# MPD_sima is distributed in the hope that it will be useful, +# sima is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with MPD_sima. If not, see . +# along with sima. If not, see . # # @@ -27,7 +27,7 @@ import time class Track(object): """ Track object. - Instanciate with mpd replies. + Instanciate with Player replies. """ def __init__(self, file=None, time=0, pos=0, **kwargs):