Commit 86fe876f authored by R. David Murray's avatar R. David Murray

Remove redundant import of tkinter.

parent f47e84ce
......@@ -6,9 +6,6 @@ import tkinter
from tkinter.test import runtktests
import unittest
import tkinter
try:
tkinter.Button()
except tkinter.TclError as msg:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment