weboob-devel/weboob/backends/aum
Romain Bignon e119a70cec new system to load backends
Now there is a single file ~/.weboob/backends, where every backends are
instancied. There are two ways to create backends for frontends:
- Use Weboob.load_backends(), to load every backends in the config file
- Use Weboob.load_modules(), to instanciate every module one time
2010-04-01 20:05:09 +02:00
..
pages various fixes 2010-03-29 15:30:34 +02:00
__init__.py support of backend capabilities 2010-02-20 14:31:53 +01:00
adopte.py backported some aum stuff 2010-03-11 17:40:26 +01:00
backend.py new system to load backends 2010-04-01 20:05:09 +02:00
exceptions.py imported aum as a backend 2010-02-14 14:45:08 +01:00
mail.py use lower_case_with_underscores instead of mixedCase for methods (PEP 8) 2010-03-11 15:13:17 +01:00