Kaydet (Commit) 9df23ea1 authored tarafından Kurt B. Kaiser's avatar Kurt B. Kaiser

Fix main() call

Patch 1315161 sebastien blanchet
üst ad07ff2c
......@@ -83,7 +83,7 @@ def main():
b.pack()
root.update()
tip = ListboxToolTip(b, ["Hello", "world"])
root.mainloop()
# root.mainloop() # not in idle
main()
if __name__ == '__main__':
main()
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