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

weboob.tools.backend: add CONFIG inheritance to AbstractModule

Currently when using AbstractModule you need to copy/paste the
whole module CONFIG if you have to add or modify only one Value.

This patch allows an AbstractModule to override one or more
Value from its parent config, avoiding a lot of copy/paste.

Note that if you need to remove one Value, you still need to
copy/paste the whole CONFIG definition.
parent 7e2f5daf
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