summaryrefslogtreecommitdiffstats
path: root/Demo/tkinter
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-07-13 13:08:01 (GMT)
committerGuido van Rossum <guido@python.org>1994-07-13 13:08:01 (GMT)
commit74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b (patch)
treedc6d785a0278b563b1d42426666b9d3739213e99 /Demo/tkinter
parente7e8d1e15ca620fdfa66ee7903ca1d73e7546596 (diff)
downloadcpython-74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b.zip
cpython-74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b.tar.gz
cpython-74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b.tar.bz2
Added comment about need of OO style
Diffstat (limited to 'Demo/tkinter')
-rwxr-xr-xDemo/tkinter/guido/rmt.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/tkinter/guido/rmt.py b/Demo/tkinter/guido/rmt.py
index a2e6aad..44bbcf4 100755
--- a/Demo/tkinter/guido/rmt.py
+++ b/Demo/tkinter/guido/rmt.py
@@ -9,6 +9,8 @@
# defined. We also introduce names for some unnamed code blocks in
# the original because of restrictions on lambda forms in Python.
+# XXX This should be written in a more Python-like style!!!
+
from Tkinter import *
# 1. Create basic application structure: menu bar on top of