Commit graph

12 commits

Author SHA1 Message Date
Florent
f3aeddffbc Rename backend.py to module.py 2014-09-26 10:18:12 +02:00
Florent
9370b2fae7 s/Backend/Module 2014-09-26 10:18:11 +02:00
Florent
3ecb491c1c s/BACKEND/MODULE/ 2014-09-26 10:18:11 +02:00
Florent
8559af3d6a s/BaseBackend/BaseModule 2014-09-26 10:18:11 +02:00
Oleg Plakhotniuk
8f2b3acce6 Rewrite Wells Fargo with browser2 (closes #1624)
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-09-20 12:10:52 +02:00
Laurent Bachelier
3da02fde24 Remove useless __all__ in modules
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.

The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Laurent Bachelier
543cbef19e Better wellsfargo icon 2014-09-04 13:07:24 +02:00
Romain Bignon
c4ee32deba add icons 2014-09-04 12:36:15 +02:00
Romain Bignon
c17f3d6dae fix compatibility with old versions of mechanize 2014-09-03 18:57:55 +02:00
Florent
432f97e95c bump to 1.0 2014-09-03 17:14:10 +02:00
Romain Bignon
ab79d11484 fix import of ControlNotFoundError to be compliant with all versions of mechanize 2014-08-30 18:00:30 +02:00
Oleg Plakhotniuk
8cd95ea49b Wells Fargo module (www.wellsfargo.com).
Signed-off-by: Oleg Plakhotniuk <olegus8@gmail.com>
2014-08-30 17:51:39 +02:00