diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-10-29 06:15:13 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-10-29 06:15:13 (GMT) |
commit | 669ff66c326a0e5e0bed0619b691725f76ac3d04 (patch) | |
tree | dd640e983e89bb38fe1cda9c5af9e8c6d009d86f /PC/testpy.py | |
parent | f8152c67f52874cd4aa63f1cb3e1216382f98057 (diff) | |
download | cpython-669ff66c326a0e5e0bed0619b691725f76ac3d04.zip cpython-669ff66c326a0e5e0bed0619b691725f76ac3d04.tar.gz cpython-669ff66c326a0e5e0bed0619b691725f76ac3d04.tar.bz2 |
remove duplicated imports (closes #25502)
Diffstat (limited to 'PC/testpy.py')
-rw-r--r-- | PC/testpy.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/testpy.py b/PC/testpy.py index 36f9200..4ef3d4f 100644 --- a/PC/testpy.py +++ b/PC/testpy.py @@ -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): |