Get rid of the interruption by an import exception when using Python3. 6_1_x

Sat, 23 Jan 2016 17:50:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 23 Jan 2016 17:50:58 +0100
branch
6_1_x
changeset 4693
7c4e8233461c
parent 4690
042b37e45394
child 4694
a2a7633874e1

Get rid of the interruption by an import exception when using Python3.
(grafted from 0fe41214fdd65f5d31a23ad47ec3d74e156efcaf)

Globals/compatibility_fixes.py file | annotate | diff | comparison | revisions
--- a/Globals/compatibility_fixes.py	Sat Jan 23 17:37:26 2016 +0100
+++ b/Globals/compatibility_fixes.py	Sat Jan 23 17:50:58 2016 +0100
@@ -8,7 +8,7 @@
 """
 
 
-import __builtin__
+import __builtin__      # __IGNORE_EXCEPTION__
 import codecs
 import imp
 import locale

eric ide

mercurial