mirror of
https://github.com/python/cpython.git
synced 2025-10-22 14:42:22 +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()
|
b.pack()
|
||||||
root.update()
|
root.update()
|
||||||
tip = ListboxToolTip(b, ["Hello", "world"])
|
tip = ListboxToolTip(b, ["Hello", "world"])
|
||||||
|
root.mainloop()
|
||||||
|
|
||||||
# root.mainloop() # not in idle
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
main()
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue