final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
giving it a slight facelift
diff --git a/Lib/tty.py b/Lib/tty.py
index b1904fb..a72eb67 100644
--- a/Lib/tty.py
+++ b/Lib/tty.py
@@ -4,6 +4,8 @@
 
 from termios import *
 
+__all__ = ["setraw", "setcbreak"]
+
 # Indexes for termios list.
 IFLAG = 0
 OFLAG = 1