Skip to content
  1. 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
  2. Sep 20, 2017
  3. Jul 22, 2017
  4. 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
  5. May 08, 2017
  6. Apr 27, 2017