Commit 3dbbef9d authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fix merge error in issue #19602.

parent ae75c83f
......@@ -45,11 +45,7 @@ class LabeledScaleTest(unittest.TestCase):
# it tries calling instance attributes not yet defined.
ttk.LabeledScale(variable=myvar)
if hasattr(sys, 'last_type'):
<<<<<<<
self.assertFalse(sys.last_type == Tkinter.TclError)
=======
self.assertNotEqual(sys.last_type, tkinter.TclError)
>>>>>>>
def test_initialization(self):
......
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