mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
Merge with 3.3
This commit is contained in:
commit
a315a97505
1 changed files with 1 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue