summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/paint.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/tkinter/guido/paint.py')
-rw-r--r--Demo/tkinter/guido/paint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/paint.py b/Demo/tkinter/guido/paint.py
index 7b2e814..65f2353 100644
--- a/Demo/tkinter/guido/paint.py
+++ b/Demo/tkinter/guido/paint.py
@@ -20,7 +20,7 @@ options like other shapes or colors...
davem@magnet.com
"""
-from Tkinter import *
+from tkinter import *
"""paint.py: not exactly a paint program.. just a smooth line drawing demo."""