summaryrefslogtreecommitdiff
path: root/Lib/test/test_tk.py
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2009-04-01 16:39:21 +0000
committerR. David Murray <rdmurray@bitdance.com>2009-04-01 16:39:21 +0000
commit86fe876fb5ce8520d915e7b3fa738cb2a09c859d (patch)
treef8c88e478ac3e676430e23c9790d3cef81031e0f /Lib/test/test_tk.py
parentf47e84ce63cc635be75ca56a28aa3dc81cc3c813 (diff)
downloadcpython-git-86fe876fb5ce8520d915e7b3fa738cb2a09c859d.tar.gz
Remove redundant import of tkinter.
Diffstat (limited to 'Lib/test/test_tk.py')
-rw-r--r--Lib/test/test_tk.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_tk.py b/Lib/test/test_tk.py
index 80316b3684..ab979fa547 100644
--- a/Lib/test/test_tk.py
+++ b/Lib/test/test_tk.py
@@ -6,9 +6,6 @@ import tkinter
from tkinter.test import runtktests
import unittest
-
-import tkinter
-
try:
tkinter.Button()
except tkinter.TclError as msg: