summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter/guido/hanoi.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-04 18:53:28 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-04 18:53:28 (GMT)
commitd6d63f543796c48fd9a1f297b860287443687d2e (patch)
tree63875b35c0fc3f1e7280dce75cb12c052915ce69 /Demo/tkinter/guido/hanoi.py
parent6cb2bddb85d2cdc16c214b35d795fb60840bcc67 (diff)
downloadcpython-d6d63f543796c48fd9a1f297b860287443687d2e.zip
cpython-d6d63f543796c48fd9a1f297b860287443687d2e.tar.gz
cpython-d6d63f543796c48fd9a1f297b860287443687d2e.tar.bz2
fix a lot of Tkinter imports
Diffstat (limited to 'Demo/tkinter/guido/hanoi.py')
-rwxr-xr-xDemo/tkinter/guido/hanoi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/hanoi.py b/Demo/tkinter/guido/hanoi.py
index 58ba1d1..a29b1d7 100755
--- a/Demo/tkinter/guido/hanoi.py
+++ b/Demo/tkinter/guido/hanoi.py
@@ -10,7 +10,7 @@
# background of the animation. Default is no bitmap.
# This uses Steen Lumholt's Tk interface
-from Tkinter import *
+from tkinter import *
# Basic Towers-of-Hanoi algorithm: move n pieces from a to b, using c