aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
committerBerker Peksag <berker.peksag@gmail.com>2016-04-24 07:31:42 +0300
commit1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b (patch)
tree9c5d557fb8c405a96717868314df06476749cb36 /Lib/tkinter
parentIssue #23806: Merge susp-ignored.csv from 3.5 (diff)
downloadcpython-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.tar.gz
cpython-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.tar.bz2
cpython-1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b.zip
Issue #23277: Remove unused sys and os imports
Patch by Jon Dufresne.
Diffstat (limited to 'Lib/tkinter')
-rw-r--r--Lib/tkinter/test/runtktests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/tkinter/test/runtktests.py b/Lib/tkinter/test/runtktests.py
index dbe5e88c143..1ca8bde085a 100644
--- a/Lib/tkinter/test/runtktests.py
+++ b/Lib/tkinter/test/runtktests.py
@@ -7,7 +7,6 @@ Extensions also should live in packages following the same rule as above.
"""
import os
-import sys
import unittest
import importlib
import test.support