| commit | 40fc16059f04ee8fda0b5956cc4883eb21ca8f8c | [log] [tgz] | 
|---|---|---|
| author | Skip Montanaro <skip@pobox.com> | Thu Mar 01 04:27:19 2001 +0000 | 
| committer | Skip Montanaro <skip@pobox.com> | Thu Mar 01 04:27:19 2001 +0000 | 
| tree | ecfe045bbbf07071e1004fa2fac72c6f1c03633f | |
| parent | 58eadbaf1289f8671e435fb3a00e9e0351abbc16 [diff] [blame] | 
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