Added comment about need of OO style

This commit is contained in:
Guido van Rossum 1994-07-13 13:08:01 +00:00
parent e7e8d1e15c
commit 74f2565e7c

View file

@ -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