diff options
Diffstat (limited to 'Lib/tkinter/commondialog.py')
| -rw-r--r-- | Lib/tkinter/commondialog.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/tkinter/commondialog.py b/Lib/tkinter/commondialog.py index 1e75cae689..c4ec010ee6 100644 --- a/Lib/tkinter/commondialog.py +++ b/Lib/tkinter/commondialog.py @@ -10,6 +10,7 @@ from tkinter import * + class Dialog: command = None |
