Commit d85a9ef3 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #22051: remove unneeded reload that allowed bad code.

parent ac51e0dd
......@@ -210,7 +210,6 @@ class DemoWindow(object):
direc, fname = os.path.split(filename)
self.root.title(fname[6:-3]+" - a Python turtle graphics example")
self.module = __import__(fname[:-3])
reload(self.module)
self.configGUI(NORMAL, NORMAL, DISABLED, DISABLED,
"Press start button", "red")
self.state = READY
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment