summaryrefslogtreecommitdiffstats
path: root/Lib/toaiff.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/toaiff.py')
-rw-r--r--Lib/toaiff.py2
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()