summaryrefslogtreecommitdiffstats
path: root/Demo/turtle/tdemo_clock.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/turtle/tdemo_clock.py')
-rw-r--r--Demo/turtle/tdemo_clock.py2
1 files changed, 1 insertions, 1 deletions
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 @@ and time
Press STOP to exit the program!
------------------------------------
"""
-from tkinter.turtle import *
+from turtle import *
from datetime import datetime
mode("logo")