From: Guilherme Polo Date: Sat, 24 May 2008 18:24:49 +0000 (+0000) Subject: Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming X-Git-Tag: v2.6b1~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6acb075f03ec5ecb8d89bc56fae99dc8c5a510ab;p=python Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming --- diff --git a/Lib/lib-tk/tkMessageBox.py b/Lib/lib-tk/tkMessageBox.py index 8f7483f779..d14ca86feb 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