changeset: 101986:0cf4bda2882c branch: 3.5 parent: 101983:e032ffd5ae84 user: Ned Deily date: Mon Jun 13 20:22:53 2016 -0400 files: Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py description: Issue #27310: remove vestigial import in IDLE.app diff -r e032ffd5ae84 -r 0cf4bda2882c Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py --- a/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py Mon Jun 13 03:17:47 2016 +0000 +++ b/Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py Mon Jun 13 20:22:53 2016 -0400 @@ -68,8 +68,6 @@ break # Now it is safe to import idlelib. -from idlelib import macosxSupport -macosxSupport._appbundle = True from idlelib.PyShell import main if __name__ == '__main__': main()