Specified _framesize twice in access statement.

This commit is contained in:
Sjoerd Mullender 1994-01-03 10:35:11 +00:00
parent 91168a8c9d
commit 721cd289ef
1 changed files with 1 additions and 1 deletions

View File

@ -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(''):