From e991eb3f4e007ae747e376015862dcd2de43b48a Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 8 Apr 2015 21:12:15 +0300 Subject: [PATCH] tty: Add module, mostly dummy. Just imports stuff from builtin termios, which has 1 of 2 tty's methods. --- tty/tty.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tty/tty.py diff --git a/tty/tty.py b/tty/tty.py new file mode 100644 index 00000000..1d55cbd8 --- /dev/null +++ b/tty/tty.py @@ -0,0 +1 @@ +from termios import *