commit | 60ebb8b0aa0e0aa2ae7c06aa05434f33ae1fe696 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 21 07:32:10 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Sep 21 07:32:10 2008 +0000 |
tree | 91c87c1592948732b3ed9818f4d8069fa1277ca2 | |
parent | 8e3548350d81c3461a5be63eb3fd646e3243a2c6 [diff] [blame] |
Bug #3884: Make the turtle module toplevel again.
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 @@ """ -from tkinter.turtle import * +from turtle import * def yin(radius, color1, color2): width(3)