mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Whitespace normalization.
This commit is contained in:
parent
12f21ae07f
commit
3a2ab1ab69
3 changed files with 2 additions and 3 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue