mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
fix a lot of Tkinter imports
This commit is contained in:
parent
6cb2bddb85
commit
d6d63f5437
76 changed files with 536 additions and 536 deletions
|
@ -10,7 +10,7 @@
|
|||
# background of the animation. Default is no bitmap.
|
||||
|
||||
# This uses Steen Lumholt's Tk interface
|
||||
from Tkinter import *
|
||||
from tkinter import *
|
||||
|
||||
|
||||
# Basic Towers-of-Hanoi algorithm: move n pieces from a to b, using c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue