diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-05-29 06:06:54 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-05-29 06:06:54 (GMT) |
commit | 3a2ab1ab69b1899964066b682d721d172c681d20 (patch) | |
tree | 83e99044bc0d61b8888a0ce128f36d6f03436e76 /Lib/pty.py | |
parent | 12f21ae07f56611926ec06bd92681e771d29968f (diff) | |
download | cpython-3a2ab1ab69b1899964066b682d721d172c681d20.zip cpython-3a2ab1ab69b1899964066b682d721d172c681d20.tar.gz cpython-3a2ab1ab69b1899964066b682d721d172c681d20.tar.bz2 |
Whitespace normalization.
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 |