mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
This reverts commit 468a15aaf9.
This commit is contained in:
parent
8452ca15f4
commit
cb0b78a070
52 changed files with 331 additions and 3085 deletions
|
|
@ -1,14 +0,0 @@
|
|||
import sys
|
||||
|
||||
try:
|
||||
import layout
|
||||
except ImportError:
|
||||
# Failed to import our package, which likely means we were started directly
|
||||
# Add the additional search path needed to locate our module.
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).resolve().parent.parent))
|
||||
|
||||
from layout.main import main
|
||||
|
||||
sys.exit(int(main() or 0))
|
||||
Loading…
Add table
Add a link
Reference in a new issue