Commit 74bad4c3 authored by Fred Drake's avatar Fred Drake

remove spurious line from widget variables example

(closes SF patch #1094815)
parent 3083a719
......@@ -621,7 +621,6 @@ class App(Frame):
self.entrythingy = Entry()
self.entrythingy.pack()
self.button.pack()
# here is the application variable
self.contents = StringVar()
# set it to some value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment