Skip to content
  • Jerome Berthier's avatar
    weboob.tools.backend: add CONFIG inheritance to AbstractModule · 7ae2d402
    Jerome Berthier authored and hydrargyrum's avatar hydrargyrum committed
    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.
    7ae2d402