summaryrefslogtreecommitdiffstats
path: root/Demo/turtle/turtleDemo.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/turtle/turtleDemo.py')
-rwxr-xr-xDemo/turtle/turtleDemo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demo/turtle/turtleDemo.py b/Demo/turtle/turtleDemo.py
index 5ec980e..d284042 100755
--- a/Demo/turtle/turtleDemo.py
+++ b/Demo/turtle/turtleDemo.py
@@ -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