diff options
Diffstat (limited to 'Lib/sunaudio.py')
-rw-r--r-- | Lib/sunaudio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/sunaudio.py b/Lib/sunaudio.py index 86a5b41..3b0ee27 100644 --- a/Lib/sunaudio.py +++ b/Lib/sunaudio.py @@ -41,4 +41,4 @@ def printhdr(file): print 'Encoding: ', encoding print 'Sample rate:', sample_rate print 'Channels: ', channels - print 'Info: ', `info` + print 'Info: ', repr(info) |