From 6634bf2919d855ccd821e878b8cc00c7209f1cbe Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 20 May 2008 07:13:37 +0000 Subject: Tkinter rename reversal: remove tkinter package, adapt imports and docs. --- Lib/lib-tk/tkMessageBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/lib-tk/tkMessageBox.py') diff --git a/Lib/lib-tk/tkMessageBox.py b/Lib/lib-tk/tkMessageBox.py index df0a163913..8f7483f779 100644 --- a/Lib/lib-tk/tkMessageBox.py +++ b/Lib/lib-tk/tkMessageBox.py @@ -22,7 +22,7 @@ # - type: dialog type; that is, which buttons to display (see below) # -from tkinter.commondialog import Dialog +from Tkinter.commondialog import Dialog # # constants -- cgit v1.2.1