summaryrefslogtreecommitdiff
path: root/Tools/pynche/TextViewer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-02 22:08:58 +0000
committerGeorg Brandl <georg@python.org>2010-08-02 22:08:58 +0000
commitbf76ce168cc82aae2158dac7f1c0360eb757936f (patch)
treeecdb31cb4d04921486b97583d0417a0b6bd4b957 /Tools/pynche/TextViewer.py
parent18009342850e71775e7ebac7b6a743fbe3265c78 (diff)
downloadcpython-git-bf76ce168cc82aae2158dac7f1c0360eb757936f.tar.gz
Make the Pynche tool work with Python 3.
Diffstat (limited to 'Tools/pynche/TextViewer.py')
-rw-r--r--Tools/pynche/TextViewer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py
index 456bd96e3f..baa1e62ca7 100644
--- a/Tools/pynche/TextViewer.py
+++ b/Tools/pynche/TextViewer.py
@@ -15,7 +15,7 @@ button and drag it through some text. The Insertion is the insertion cursor
in the text window (which only has a background).
"""
-from Tkinter import *
+from tkinter import *
import ColorDB
ADDTOVIEW = 'Text Window...'