diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-10-29 06:15:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-10-29 06:15:22 (GMT) |
commit | 860c8a404ae540e5db076b2ca9b0605c30728dd9 (patch) | |
tree | 26bcb263587ef6c36b05077efb59ef6dfcdeb56a /PC | |
parent | 2e0e18ba57ba4d8eb438734e2dc57bce0071f471 (diff) | |
parent | 669ff66c326a0e5e0bed0619b691725f76ac3d04 (diff) | |
download | cpython-860c8a404ae540e5db076b2ca9b0605c30728dd9.zip cpython-860c8a404ae540e5db076b2ca9b0605c30728dd9.tar.gz cpython-860c8a404ae540e5db076b2ca9b0605c30728dd9.tar.bz2 |
merge 3.5 (#25502)
Diffstat (limited to 'PC')
-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): |