Make the Pynche tool work with Python 3.

This commit is contained in:
Georg Brandl 2010-08-02 22:08:58 +00:00
parent 1800934285
commit bf76ce168c
8 changed files with 32 additions and 28 deletions

View file

@ -13,7 +13,7 @@ The ChipViewer class includes the entire lower left quandrant; i.e. both the
selected and nearest ChipWidgets.
"""
from Tkinter import *
from tkinter import *
import ColorDB