diff options
Diffstat (limited to 'Lib/plat-irix6/cdplayer.py')
-rw-r--r-- | Lib/plat-irix6/cdplayer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-irix6/cdplayer.py b/Lib/plat-irix6/cdplayer.py index d4bc732..a2be8b4 100644 --- a/Lib/plat-irix6/cdplayer.py +++ b/Lib/plat-irix6/cdplayer.py @@ -51,7 +51,7 @@ class Cdplayer: line = line[l:] match = reg.match(line) if not match: - print 'syntax error in ~/' + cdplayerrc + print('syntax error in ~/' + cdplayerrc) continue name, value = match.group(1, 2) if name == 'title': |