mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Make the Pynche tool work with Python 3.
This commit is contained in:
parent
1800934285
commit
bf76ce168c
8 changed files with 32 additions and 28 deletions
|
|
@ -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...'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue