diff options
Diffstat (limited to 'Lib/pty.py')
| -rw-r--r-- | Lib/pty.py | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import os  # ImportError then.  But since tty *does* exist across platforms, that  # leaves a damaged module object for tty in sys.modules, and the import  # of tty here then appears to work despite that the tty imported is junk. -import termios  +import termios  del termios  import tty  | 
