Commit 721cd289 authored by Sjoerd Mullender's avatar Sjoerd Mullender

Specified _framesize twice in access statement.

parent 91168a8c
......@@ -149,7 +149,7 @@ def _write_u32(file, x):
class Au_read:
access _file, _soundpos, _hdr_size, _data_size, _encoding, \
_sampwidth, _framesize, _framerate, _nchannels, \
_framesize, _info: private
_info: private
def __init__(self, f):
if type(f) == type(''):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment