--- a/Utilities/compatibility_fixes.py Sat Dec 14 23:05:59 2013 +0100 +++ b/Utilities/compatibility_fixes.py Sat Dec 14 23:44:25 2013 +0100 @@ -10,7 +10,7 @@ should throw a NotImplementedError exception. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals import __builtin__ import codecs @@ -74,7 +74,7 @@ else: self.__errors = errors - file.__init__(self, filein, mode, buffering) + file.__init__(self, filein, mode, buffering) #__IGNORE_WARNING__ def read(self, n=-1): """