Skip to content

lisa.utils: Fix namedtuple()'s base class __module__ attribute

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr355 into master

Make sure the module attribute of the base class of the namedtuple() is set appropriately so that Sphinx does not choke on missing reference targets.

Merge request reports