mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #27310: remove vestigial import in IDLE.app
This commit is contained in:
parent
5fc7c4dce1
commit
19e21e4948
1 changed files with 0 additions and 2 deletions
|
@ -68,8 +68,6 @@ for idx, value in enumerate(sys.argv):
|
||||||
break
|
break
|
||||||
|
|
||||||
# Now it is safe to import idlelib.
|
# Now it is safe to import idlelib.
|
||||||
from idlelib import macosxSupport
|
|
||||||
macosxSupport._appbundle = True
|
|
||||||
from idlelib.PyShell import main
|
from idlelib.PyShell import main
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue