Bug #3884: Make the turtle module toplevel again.

This commit is contained in:
Martin v. Löwis 2008-09-21 07:32:10 +00:00
parent 8e3548350d
commit 60ebb8b0aa
20 changed files with 20 additions and 18 deletions

View file

@ -15,7 +15,7 @@ A simple eventdriven paint program
To exit press STOP button
-------------------------------------------
"""
from tkinter.turtle import *
from turtle import *
def switchupdown(x=0, y=0):
if pen()["pendown"]: