Bug #3884: Make the turtle module toplevel again.
diff --git a/Demo/turtle/tdemo_peace.py b/Demo/turtle/tdemo_peace.py
index 7f7db14..ea57069 100644
--- a/Demo/turtle/tdemo_peace.py
+++ b/Demo/turtle/tdemo_peace.py
@@ -13,7 +13,7 @@
 colorloop:
 """
 
-from tkinter.turtle import *
+from turtle import *
 
 def main():
     peacecolors = ("red3",  "orange", "yellow",