From: Sjoerd Mullender Date: Mon, 3 Jan 1994 10:35:11 +0000 (+0000) Subject: Specified _framesize twice in access statement. X-Git-Tag: v1.0.1~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=721cd289efc2e2fa9238d743d67ad392aff2d7dc;p=thirdparty%2FPython%2Fcpython.git Specified _framesize twice in access statement. --- diff --git a/Lib/sunau.py b/Lib/sunau.py index 00c2a28cbbb4..7ce74b5c267e 100644 --- a/Lib/sunau.py +++ b/Lib/sunau.py @@ -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(''):