mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Whitespace Normalization
Modified Files: PyShell.py ScriptBinding.py buildapp.py
This commit is contained in:
parent
3d5cbea202
commit
8d1f11b0ef
3 changed files with 7 additions and 7 deletions
|
@ -10,8 +10,8 @@
|
||||||
from bundlebuilder import buildapp
|
from bundlebuilder import buildapp
|
||||||
|
|
||||||
buildapp(
|
buildapp(
|
||||||
name="IDLE",
|
name="IDLE",
|
||||||
mainprogram="idle.py",
|
mainprogram="idle.py",
|
||||||
argv_emulation=1,
|
argv_emulation=1,
|
||||||
iconfile="Icons/idle.icns",
|
iconfile="Icons/idle.icns",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue