diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-29 08:19:44 +0200 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-10-29 08:19:44 +0200 |
commit | b2874bc585e7ec54d3c2bd2cc52108d048c33a3c (patch) | |
tree | 138ee93dc9b70d7ec090b89369b529cb0b9f190a /PC/testpy.py | |
parent | 6230235e833bedfc1b4b6c1aba1d6fa8b616d1b1 (diff) | |
parent | 860c8a404ae540e5db076b2ca9b0605c30728dd9 (diff) | |
download | cpython-git-b2874bc585e7ec54d3c2bd2cc52108d048c33a3c.tar.gz |
Merge heads
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 36f92009a4..4ef3d4f793 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): |