Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/tkinter/__main__.py
vendored
Normal file
7
Dependencies/Python/Lib/tkinter/__main__.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"""Main entry point"""
|
||||
|
||||
import sys
|
||||
if sys.argv[0].endswith("__main__.py"):
|
||||
sys.argv[0] = "python -m tkinter"
|
||||
from . import _test as main
|
||||
main()
|
Reference in New Issue
Block a user