From 6acb075f03ec5ecb8d89bc56fae99dc8c5a510ab Mon Sep 17 00:00:00 2001 From: Guilherme Polo Date: Sat, 24 May 2008 18:24:49 +0000 Subject: Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming --- Lib/lib-tk/tkMessageBox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/lib-tk/tkMessageBox.py b/Lib/lib-tk/tkMessageBox.py index 8f7483f..d14ca86 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 tkCommonDialog import Dialog # # constants -- cgit v0.12