summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/messagebox.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter/messagebox.py')
-rw-r--r--Lib/tkinter/messagebox.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/tkinter/messagebox.py b/Lib/tkinter/messagebox.py
index 4a711fa..5f0343b 100644
--- a/Lib/tkinter/messagebox.py
+++ b/Lib/tkinter/messagebox.py
@@ -24,6 +24,10 @@
from tkinter.commondialog import Dialog
+__all__ = ["showinfo", "showwarning", "showerror",
+ "askquestion", "askokcancel", "askyesno",
+ "askyesnocancel", "askretrycancel"]
+
#
# constants