summaryrefslogtreecommitdiff
path: root/PC/testpy.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-10-29 08:19:44 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2015-10-29 08:19:44 +0200
commitb2874bc585e7ec54d3c2bd2cc52108d048c33a3c (patch)
tree138ee93dc9b70d7ec090b89369b529cb0b9f190a /PC/testpy.py
parent6230235e833bedfc1b4b6c1aba1d6fa8b616d1b1 (diff)
parent860c8a404ae540e5db076b2ca9b0605c30728dd9 (diff)
downloadcpython-git-b2874bc585e7ec54d3c2bd2cc52108d048c33a3c.tar.gz
Merge heads
Diffstat (limited to 'PC/testpy.py')
-rw-r--r--PC/testpy.py2
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):