summaryrefslogtreecommitdiff
path: root/Lib/tty.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-02-27 21:23:31 +0000
committerFred Drake <fdrake@acm.org>2001-02-27 21:23:31 +0000
commit1191d0148fc971cd8516b80f58b42910af88cd54 (patch)
treefd8cd60610a2c0a4fcacc6b686d4ac3514f4693f /Lib/tty.py
parentdf48d14f440f6ca2e3981b0eb963bb5da0096589 (diff)
downloadcpython-git-1191d0148fc971cd8516b80f58b42910af88cd54.tar.gz
Get the needed constants from termios, not TERMIOS.
Diffstat (limited to 'Lib/tty.py')
-rw-r--r--Lib/tty.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tty.py b/Lib/tty.py
index b76a6170b7..b1904fb505 100644
--- a/Lib/tty.py
+++ b/Lib/tty.py
@@ -2,7 +2,6 @@
# Author: Steen Lumholt.
-from TERMIOS import *
from termios import *
# Indexes for termios list.