diff options
Diffstat (limited to 'Lib/tty.py')
-rw-r--r-- | Lib/tty.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ from termios import * +__all__ = ["setraw", "setcbreak"] + # Indexes for termios list. IFLAG = 0 OFLAG = 1 |
index : cpython.git | ||
https://github.com/python/cpython.git |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | Lib/tty.py | 2 |
@@ -4,6 +4,8 @@ from termios import * +__all__ = ["setraw", "setcbreak"] + # Indexes for termios list. IFLAG = 0 OFLAG = 1 |