diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-27 21:23:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-27 21:23:31 (GMT) |
commit | 1191d0148fc971cd8516b80f58b42910af88cd54 (patch) | |
tree | fd8cd60610a2c0a4fcacc6b686d4ac3514f4693f /Lib/tty.py | |
parent | df48d14f440f6ca2e3981b0eb963bb5da0096589 (diff) | |
download | cpython-1191d0148fc971cd8516b80f58b42910af88cd54.zip cpython-1191d0148fc971cd8516b80f58b42910af88cd54.tar.gz cpython-1191d0148fc971cd8516b80f58b42910af88cd54.tar.bz2 |
Get the needed constants from termios, not TERMIOS.
Diffstat (limited to 'Lib/tty.py')
-rw-r--r-- | Lib/tty.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ # Author: Steen Lumholt. -from TERMIOS import * from termios import * # Indexes for termios list. |