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

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 23 Jan 2016 17:50:58 +0100
changeset 4691
0fe41214fdd6
parent 4689
957339210f40
child 4692
7b3b75d494c8

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

Globals/compatibility_fixes.py file | annotate | diff | comparison | revisions
diff -r 957339210f40 -r 0fe41214fdd6 Globals/compatibility_fixes.py
--- 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