diff options
Diffstat (limited to 'Lib/aifc.py')
-rw-r--r-- | Lib/aifc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/aifc.py b/Lib/aifc.py index 42d5c67..0821cff 100644 --- a/Lib/aifc.py +++ b/Lib/aifc.py @@ -137,6 +137,8 @@ writeframesraw. import struct import __builtin__ +__all__ = ["Error","open","openfp"] + class Error(Exception): pass |