mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Bug #3884: Make the turtle module toplevel again.
This commit is contained in:
parent
8e3548350d
commit
60ebb8b0aa
20 changed files with 20 additions and 18 deletions
|
@ -8,7 +8,7 @@ from idlelib.ColorDelegator import ColorDelegator
|
|||
from idlelib.textView import view_file # TextViewer
|
||||
from imp import reload
|
||||
|
||||
from tkinter import turtle
|
||||
import turtle
|
||||
import time
|
||||
|
||||
STARTUP = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue