remove duplicated imports (closes #25502)

This commit is contained in:
Benjamin Peterson 2015-10-28 23:15:13 -07:00
parent f8152c67f5
commit 669ff66c32
5 changed files with 2 additions and 7 deletions

View file

@ -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):