Remove redundant import of tkinter.

This commit is contained in:
R. David Murray 2009-04-01 16:39:21 +00:00
parent f47e84ce63
commit 86fe876fb5
1 changed files with 0 additions and 3 deletions

View File

@ -6,9 +6,6 @@ import tkinter
from tkinter.test import runtktests
import unittest
import tkinter
try:
tkinter.Button()
except tkinter.TclError as msg: