Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2014-06-05 03:54:21 -04:00
commit cbd619bd6a

View file

@ -33,7 +33,7 @@ class TextViewTest(unittest.TestCase):
TV.transient.__init__()
TV.grab_set.__init__()
TV.wait_window.__init__()
def test_init_modal(self):
TV = self.TV