Skip to content
  1. Apr 11, 2021
  2. Apr 04, 2021
  3. Mar 05, 2020
  4. Feb 12, 2020
  5. Mar 16, 2019
  6. Feb 27, 2019
  7. Feb 24, 2019
  8. Jan 06, 2019
  9. Nov 18, 2017
    • ntome's avatar
      cmb/cmmc: replicate cmso BackendConfig · 2e68fdd3
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      cmb and cmso are AbstractModules of cmso, which allows them to inherit cmso's
      content. However, the inheritance is only done when instanciating the module.
      When adding a backend with weboob command-lines, the module is NOT
      instanciated yet and thus does not inherit the CONFIG attribute, so the
      default empty CONFIG is used and the module cannot be configured.
      
      https://git.weboob.org/weboob/devel/issues/44
      
      A workaround is to copy the CONFIG of the PARENT module so it does not need
      to be instanciated.
      
      A real fix would be to find a way to inherit the PARENT module class before
      using the module's CONFIG (or anything else), with a dependency system at
      best.
      2e68fdd3
  10. Sep 20, 2017
  11. Jul 22, 2017
  12. Jul 08, 2017
    • ntome's avatar
      modules: fix AbstractBrowser use · 2398d2e9
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      The weboob arg should now be passed as a kwarg, this avoids passing
      multiple times the weboob as positional argument in case of multiple
      AbstractBrowser.
      2398d2e9
  13. May 08, 2017
  14. Apr 27, 2017