summaryrefslogtreecommitdiffstats
path: root/Demo/turtle/tdemo_yinyang.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/turtle/tdemo_yinyang.py')
-rw-r--r--Demo/turtle/tdemo_yinyang.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/turtle/tdemo_yinyang.py b/Demo/turtle/tdemo_yinyang.py
index a47dd71..6508b44 100644
--- a/Demo/turtle/tdemo_yinyang.py
+++ b/Demo/turtle/tdemo_yinyang.py
@@ -11,7 +11,7 @@ command.
"""
-from tkinter.turtle import *
+from turtle import *
def yin(radius, color1, color2):
width(3)