From ad9afeb8f02db9a13d2ed8e45361ecbc0d19bd32 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 16 May 2008 15:48:15 +0000 Subject: Tkinter rename, step 2: fix imports and add stub modules. --- Lib/idlelib/ScriptBinding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/idlelib/ScriptBinding.py') diff --git a/Lib/idlelib/ScriptBinding.py b/Lib/idlelib/ScriptBinding.py index cb01110726..c6892f3d4d 100644 --- a/Lib/idlelib/ScriptBinding.py +++ b/Lib/idlelib/ScriptBinding.py @@ -22,7 +22,7 @@ import re import string import tabnanny import tokenize -import tkMessageBox +import tkinter.messagebox as tkMessageBox import PyShell from configHandler import idleConf -- cgit v1.2.1