mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Get the needed constants from termios, not TERMIOS.
This commit is contained in:
parent
df48d14f44
commit
1191d0148f
2 changed files with 4 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Author: Steen Lumholt.
|
||||
|
||||
from TERMIOS import *
|
||||
from termios import *
|
||||
|
||||
# Indexes for termios list.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue