diff options
author | Skip Montanaro <skip@pobox.com> | 2001-03-01 04:27:19 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-03-01 04:27:19 (GMT) |
commit | 40fc16059f04ee8fda0b5956cc4883eb21ca8f8c (patch) | |
tree | ecfe045bbbf07071e1004fa2fac72c6f1c03633f /Lib/toaiff.py | |
parent | 58eadbaf1289f8671e435fb3a00e9e0351abbc16 (diff) | |
download | cpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.zip cpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.tar.gz cpython-40fc16059f04ee8fda0b5956cc4883eb21ca8f8c.tar.bz2 |
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
Diffstat (limited to 'Lib/toaiff.py')
-rw-r--r-- | Lib/toaiff.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/toaiff.py b/Lib/toaiff.py index 96d4642..a2b6d6e 100644 --- a/Lib/toaiff.py +++ b/Lib/toaiff.py @@ -13,6 +13,8 @@ import tempfile import pipes import sndhdr +__all__ = ["error", "toaiff"] + table = {} t = pipes.Template() |