diff options
Diffstat (limited to 'Lib/tty.py')
-rw-r--r-- | Lib/tty.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tty.py b/Lib/tty.py index b76a6170b71..b1904fb5052 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. |