Kaydet (Commit) f33a69f2 authored tarafından Sjoerd Mullender's avatar Sjoerd Mullender

Temporary fix for access statement.

Definition of Error was missing.
üst e2cb7274
......@@ -128,6 +128,8 @@ _simple_encodings = [AUDIO_FILE_ENCODING_MULAW_8,
AUDIO_FILE_ENCODING_LINEAR_32,
AUDIO_FILE_ENCODING_ALAW_8]
Error = 'sunau.Error'
def _read_u32(file):
x = 0L
for i in range(4):
......@@ -408,7 +410,7 @@ class Au_write:
#
# private methods
#
access *: private
if 0: access *: private
def _ensure_header_written(self):
if not self._nframeswritten:
......
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