Merge with 3.3

This commit is contained in:
Terry Jan Reedy 2013-07-28 16:25:52 -04:00
commit a315a97505
1 changed files with 1 additions and 4 deletions

View File

@ -216,10 +216,7 @@ class TkTextTest(TextTest, unittest.TestCase):
requires('gui')
from tkinter import Tk, Text
cls.Text = Text
try:
cls.root = Tk()
except TclError as msg:
raise unittest.SkipTest('TclError: %s' % msg)
cls.root = Tk()
@classmethod
def tearDownClass(cls):