diff options
Diffstat (limited to 'Lib/tkinter/test/runtktests.py')
-rw-r--r-- | Lib/tkinter/test/runtktests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tkinter/test/runtktests.py b/Lib/tkinter/test/runtktests.py index dbe5e88..33dc54a 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 |