Sat, 23 Jan 2016 17:50:58 +0100
Get rid of the interruption by an import exception when using Python3. (grafted from 0fe41214fdd65f5d31a23ad47ec3d74e156efcaf)
--- 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