]> granicus.if.org Git - python/commitdiff
Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming
authorGuilherme Polo <ggpolo@gmail.com>
Sat, 24 May 2008 18:24:49 +0000 (18:24 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sat, 24 May 2008 18:24:49 +0000 (18:24 +0000)
Lib/lib-tk/tkMessageBox.py

index 8f7483f779e7d2d8910e38e6c8644cf0d0a55b0b..d14ca86febc0bf592d5d3a9a18fc96b7efa50a5a 100644 (file)
@@ -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