Skip to content
Commit a4bef7cf authored by Jerome Berthier's avatar Jerome Berthier Committed by hydrargyrum
Browse files

tools.backend: allow multiple inheritances with AbstractModule

When instanciating an AbstractModule the 'AbstractModule' class is
actually replaced with the class defined in the PARENT attribute.

But if the parent is also an AbstractModule, the current behavior
does not resolve it.

This patch fixes this behavior by walking over the full parents tree
to replace AbstractModule with the current class defined in the
PARENT attributes.
parent ceb083f8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment