mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Fix main() call
Patch 1315161 sebastien blanchet
This commit is contained in:
parent
ad07ff2c77
commit
9df23ea1fc
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue