Added comment about need of OO style
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