Fix main() call

Patch 1315161 sebastien blanchet
This commit is contained in:
Kurt B. Kaiser 2005-11-23 15:12:19 +00:00
parent ad07ff2c77
commit 9df23ea1fc
1 changed files with 3 additions and 3 deletions

View File

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