diff options
Diffstat (limited to 'Lib/irix5/cdplayer.py')
-rwxr-xr-x | Lib/irix5/cdplayer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/irix5/cdplayer.py b/Lib/irix5/cdplayer.py index deec996..2685a42 100755 --- a/Lib/irix5/cdplayer.py +++ b/Lib/irix5/cdplayer.py @@ -16,7 +16,7 @@ cdplayerrc = '.cdplayerrc' -class Cdplayer(): +class Cdplayer: def init(self, tracklist): import string self.artist = '' |