commit | bf76ce168cc82aae2158dac7f1c0360eb757936f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Aug 02 22:08:58 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Aug 02 22:08:58 2010 +0000 |
tree | ecdb31cb4d04921486b97583d0417a0b6bd4b957 | |
parent | 18009342850e71775e7ebac7b6a743fbe3265c78 [diff] [blame] |
Make the Pynche tool work with Python 3.
diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py index 456bd96..baa1e62 100644 --- a/Tools/pynche/TextViewer.py +++ b/Tools/pynche/TextViewer.py
@@ -15,7 +15,7 @@ in the text window (which only has a background). """ -from Tkinter import * +from tkinter import * import ColorDB ADDTOVIEW = 'Text Window...'