diff options
Diffstat (limited to 'Demo/turtle/tdemo_forest.py')
-rw-r--r-- | Demo/turtle/tdemo_forest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/turtle/tdemo_forest.py b/Demo/turtle/tdemo_forest.py index b117e3b..01fa186 100644 --- a/Demo/turtle/tdemo_forest.py +++ b/Demo/turtle/tdemo_forest.py @@ -11,7 +11,7 @@ This example is a 'breadth-first'-rewrite of a Logo program written by Erich Neuwirth. See: http://homepage.univie.ac.at/erich.neuwirth/ """ -from tkinter.turtle import Turtle, colormode, tracer, mainloop +from turtle import Turtle, colormode, tracer, mainloop from random import randrange from time import clock |