commit | 1530c879850d48c4f296d248e171ecf7c5d645f3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 14 14:17:28 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 14 14:17:28 1997 +0000 |
tree | 9c1a60db8527cfc7b437c8e5882c7b4fdbf781cd | |
parent | f53c86c2b65edc65db524d98aa42a06605c59de8 [diff] [blame] |
Fred Lundh's latest versions.
diff --git a/Lib/tkinter/tkCommonDialog.py b/Lib/tkinter/tkCommonDialog.py index 33126c5..df26272 100644 --- a/Lib/tkinter/tkCommonDialog.py +++ b/Lib/tkinter/tkCommonDialog.py
@@ -42,7 +42,7 @@ self._fixoptions() - # we need a stub widget to properly process the options + # we need a dummy widget to properly process the options # (at least as long as we use Tkinter 1.63) w = Frame(self.master) @@ -61,3 +61,4 @@ pass return s +