summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/ListViewer.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-02 22:08:58 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-02 22:08:58 (GMT)
commitbf76ce168cc82aae2158dac7f1c0360eb757936f (patch)
treeecdb31cb4d04921486b97583d0417a0b6bd4b957 /Tools/pynche/ListViewer.py
parent18009342850e71775e7ebac7b6a743fbe3265c78 (diff)
downloadcpython-bf76ce168cc82aae2158dac7f1c0360eb757936f.zip
cpython-bf76ce168cc82aae2158dac7f1c0360eb757936f.tar.gz
cpython-bf76ce168cc82aae2158dac7f1c0360eb757936f.tar.bz2
Make the Pynche tool work with Python 3.
Diffstat (limited to 'Tools/pynche/ListViewer.py')
-rw-r--r--Tools/pynche/ListViewer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/ListViewer.py b/Tools/pynche/ListViewer.py
index 213cd08..b187844 100644
--- a/Tools/pynche/ListViewer.py
+++ b/Tools/pynche/ListViewer.py
@@ -15,7 +15,7 @@ You can turn off Update On Click if all you want to see is the alias for a
given name, without selecting the color.
"""
-from Tkinter import *
+from tkinter import *
import ColorDB
ADDTOVIEW = 'Color %List Window...'