Bug #3884: Make the turtle module toplevel again.
diff --git a/Demo/turtle/tdemo_paint.py b/Demo/turtle/tdemo_paint.py
index 97c8756..337a57c 100644
--- a/Demo/turtle/tdemo_paint.py
+++ b/Demo/turtle/tdemo_paint.py
@@ -15,7 +15,7 @@
           To exit press STOP button
  -------------------------------------------
 """
-from tkinter.turtle import *
+from turtle import *
 
 def switchupdown(x=0, y=0):
     if pen()["pendown"]: