--- a/Utilities/compatibility_fixes.py Tue Jun 23 19:43:21 2015 +0200 +++ b/Utilities/compatibility_fixes.py Wed Jun 24 19:45:21 2015 +0200 @@ -74,7 +74,7 @@ else: self.__errors = errors - file.__init__(self, filein, mode, buffering) # __IGNORE_WARNING__ + file.__init__(self, filein, mode, buffering) # __IGNORE_WARNING__ def read(self, n=-1): """