mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge with 3.4
This commit is contained in:
commit
2fd145a3e9
1 changed files with 0 additions and 2 deletions
|
@ -91,7 +91,6 @@ from tkinter import *
|
|||
from idlelib.Percolator import Percolator
|
||||
from idlelib.ColorDelegator import ColorDelegator
|
||||
from idlelib.textView import view_text
|
||||
from importlib import reload
|
||||
from turtledemo import __doc__ as about_turtledemo
|
||||
|
||||
import turtle
|
||||
|
@ -322,7 +321,6 @@ class DemoWindow(object):
|
|||
self.text.delete("1.0", "end")
|
||||
self.text.insert("1.0", chars)
|
||||
self.root.title(filename + " - a Python turtle graphics example")
|
||||
reload(self.module)
|
||||
self.configGUI(NORMAL, DISABLED, DISABLED,
|
||||
"Press start button", "red")
|
||||
self.state = READY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue