]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27310: remove vestigial import in IDLE.app
authorNed Deily <nad@python.org>
Tue, 14 Jun 2016 00:22:53 +0000 (20:22 -0400)
committerNed Deily <nad@python.org>
Tue, 14 Jun 2016 00:22:53 +0000 (20:22 -0400)
Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py

index 8b8beb93d0fa736b16488c4e41fd43be9aa7df4d..986760d314b5858cde34df897b0d5d68b9a0db01 100644 (file)
@@ -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()