diff options
author | Guido van Rossum <guido@python.org> | 1994-07-13 13:08:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-07-13 13:08:01 (GMT) |
commit | 74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b (patch) | |
tree | dc6d785a0278b563b1d42426666b9d3739213e99 /Demo/tkinter/guido | |
parent | e7e8d1e15ca620fdfa66ee7903ca1d73e7546596 (diff) | |
download | cpython-74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b.zip cpython-74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b.tar.gz cpython-74f2565e7c1d3f9beb43f83f3d57a25031f8ed8b.tar.bz2 |
Added comment about need of OO style
Diffstat (limited to 'Demo/tkinter/guido')
-rwxr-xr-x | Demo/tkinter/guido/rmt.py | 2 |
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 |