From 40fc16059f04ee8fda0b5956cc4883eb21ca8f8c Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Thu, 1 Mar 2001 04:27:19 +0000 Subject: final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be giving it a slight facelift --- Lib/tty.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/tty.py') diff --git a/Lib/tty.py b/Lib/tty.py index b1904fb505..a72eb67554 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 -- cgit v1.2.1