System Information
Win 7 Quadro K620
Blender Version
Broken: 2.77a
Worked: 2.76b
Short description of error
Trying to import an .obj raises error re 'context' in line 147
which on investigation is: return import_obj.load(context, **keywords)
This has changed from previous release which was line 149
return import_obj.load(self, context, **keywords)
i.e. 'self,' has gone missing. If this is restored the import works again.