Commit 19e21e49 authored by Ned Deily's avatar Ned Deily

Issue #27310: remove vestigial import in IDLE.app

parent 5fc7c4dc
......@@ -68,8 +68,6 @@ for idx, value in enumerate(sys.argv):
break
# Now it is safe to import idlelib.
from idlelib import macosxSupport
macosxSupport._appbundle = True
from idlelib.PyShell import main
if __name__ == '__main__':
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment