final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
diff --git a/Lib/uu.py b/Lib/uu.py
index 37bdf6a..334d436 100755
--- a/Lib/uu.py
+++ b/Lib/uu.py
@@ -34,6 +34,8 @@
 import os
 import sys
 
+__all__ = ["Error", "encode", "decode"]
+
 class Error(Exception):
     pass