mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
remove duplicated imports (closes #25502)
This commit is contained in:
parent
f8152c67f5
commit
669ff66c32
5 changed files with 2 additions and 7 deletions
|
@ -18,8 +18,6 @@ except:
|
|||
a PC, you should add the dos_8x3 directory to your PYTHONPATH.""")
|
||||
sys.exit(1)
|
||||
|
||||
import os
|
||||
|
||||
for dir in sys.path:
|
||||
file = os.path.join(dir, "os.py")
|
||||
if os.path.isfile(file):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue