summaryrefslogtreecommitdiff
path: root/Lib/tkinter/test/runtktests.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/test/runtktests.py')
-rw-r--r--Lib/tkinter/test/runtktests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tkinter/test/runtktests.py b/Lib/tkinter/test/runtktests.py
index dbe5e88c14..33dc54a137 100644
--- a/Lib/tkinter/test/runtktests.py
+++ b/Lib/tkinter/test/runtktests.py
@@ -7,8 +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