summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/filedialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/filedialog.py')
-rw-r--r--Lib/tkinter/filedialog.py2
1 files changed, 1 insertions, 1 deletions
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"