final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
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 pipes
 import sndhdr
 
+__all__ = ["error", "toaiff"]
+
 table = {}
 
 t = pipes.Template()