summaryrefslogtreecommitdiff
path: root/PC/testpy.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-10-28 23:15:13 -0700
committerBenjamin Peterson <benjamin@python.org>2015-10-28 23:15:13 -0700
commitb1b4b143d9de7a7a444be0f91350c9e59a1b6f41 (patch)
tree3788ec497caa343726ef67cb55d3b9732c51fc86 /PC/testpy.py
parentf2886f94829cf4b700a1a45bdf7035d93850f062 (diff)
downloadcpython-b1b4b143d9de7a7a444be0f91350c9e59a1b6f41.tar.gz
remove duplicated imports (closes #25502)
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):