Bug #3884: Make the turtle module toplevel again.
diff --git a/Demo/turtle/tdemo_clock.py b/Demo/turtle/tdemo_clock.py
index c91d4c5..e186c38 100644
--- a/Demo/turtle/tdemo_clock.py
+++ b/Demo/turtle/tdemo_clock.py
@@ -10,7 +10,7 @@
    Press STOP to exit the program!
   ------------------------------------
 """
-from tkinter.turtle import *
+from turtle import *
 from datetime import datetime
 
 mode("logo")