« Previous | Next » 

Revision 87947a9e

ID87947a9e37a0c7c39ccc50c20986ce78a9241001
Parent edada04b
Child a9688b61

Added by Michele Tartara over 10 years ago

Fix metaclasses support in recent pylint versions

Recent versions of pylint require the first parameter of a metaclass to be
"cls". Older versions want "mcs". There's no way to support both by changing the
code, so the configuration file of pylint is changed instead, to have the
current codebase work with both versions.

Signed-off-by: Michele Tartara <>
Reviewed-by: Klaus Aehlig <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences