summaryrefslogtreecommitdiff
path: root/Lib/idlelib/AutoCompleteWindow.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-20 07:13:37 +0000
committerGeorg Brandl <georg@python.org>2008-05-20 07:13:37 +0000
commit6634bf2919d855ccd821e878b8cc00c7209f1cbe (patch)
tree77ef2dfaaf00ec144e75ac19708e4dd457604ebc /Lib/idlelib/AutoCompleteWindow.py
parent33cece05b918dff706a4298e33f84d8e8a0391d2 (diff)
downloadcpython-git-6634bf2919d855ccd821e878b8cc00c7209f1cbe.tar.gz
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
Diffstat (limited to 'Lib/idlelib/AutoCompleteWindow.py')
-rw-r--r--Lib/idlelib/AutoCompleteWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/AutoCompleteWindow.py b/Lib/idlelib/AutoCompleteWindow.py
index ab132c10e7..635775d954 100644
--- a/Lib/idlelib/AutoCompleteWindow.py
+++ b/Lib/idlelib/AutoCompleteWindow.py
@@ -1,7 +1,7 @@
"""
An auto-completion window for IDLE, used by the AutoComplete extension
"""
-from tkinter import *
+from Tkinter import *
from MultiCall import MC_SHIFT
import AutoComplete