commit | 6acb075f03ec5ecb8d89bc56fae99dc8c5a510ab | [log] [tgz] |
---|---|---|
author | Guilherme Polo <ggpolo@gmail.com> | Sat May 24 18:24:49 2008 +0000 |
committer | Guilherme Polo <ggpolo@gmail.com> | Sat May 24 18:24:49 2008 +0000 |
tree | 1fd3593fd97f7b2891e8196337fd14971784516e | |
parent | b897c9a1a64f744b32d23eeac54a2eba51ced0b4 [diff] [blame] |
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 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