mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Remove duplicate "import os"
This commit is contained in:
parent
86c4d64751
commit
9672901742
1 changed files with 0 additions and 1 deletions
|
@ -511,7 +511,6 @@ def close_all (map=None):
|
|||
#
|
||||
# Regardless, this is useful for pipes, and stdin/stdout...
|
||||
|
||||
import os
|
||||
if os.name == 'posix':
|
||||
import fcntl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue