mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
No need to import sys. (Andrew Dalke & kjpylint)
This commit is contained in:
parent
138bdafa8d
commit
96d80f984a
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# Author: Steen Lumholt -- with additions by Guido.
|
||||
|
||||
from select import select
|
||||
import os, sys, FCNTL
|
||||
import os, FCNTL
|
||||
import tty
|
||||
|
||||
STDIN_FILENO = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue