From de342c4a77eaf88d1ce21d75b09f78998962fa11 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 31 Dec 2008 14:51:07 +0000 Subject: #4406 Directory has to inherit from commondialog.Dialog --- Lib/tkinter/filedialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/tkinter/filedialog.py b/Lib/tkinter/filedialog.py index 599c8f2..98d2d5c 100644 --- a/Lib/tkinter/filedialog.py +++ b/Lib/tkinter/filedialog.py @@ -350,7 +350,7 @@ class SaveAs(_Dialog): # the directory dialog has its own _fix routines. -class Directory(Dialog): +class Directory(commondialog.Dialog): "Ask for a directory" command = "tk_chooseDirectory" -- cgit v0.12