Fix buildbot failure
This commit is contained in:
parent
4645bb61fa
commit
ca035a8b66
|
@ -45,7 +45,7 @@ class LabeledScaleTest(unittest.TestCase):
|
||||||
# it tries calling instance attributes not yet defined.
|
# it tries calling instance attributes not yet defined.
|
||||||
ttk.LabeledScale(variable=myvar)
|
ttk.LabeledScale(variable=myvar)
|
||||||
if hasattr(sys, 'last_type'):
|
if hasattr(sys, 'last_type'):
|
||||||
self.assertNotEqual(sys.last_type, tkinter.TclError)
|
self.assertNotEqual(sys.last_type, Tkinter.TclError)
|
||||||
|
|
||||||
|
|
||||||
def test_initialization(self):
|
def test_initialization(self):
|
||||||
|
|
Loading…
Reference in New Issue