Commit graph

9 commits

Author SHA1 Message Date
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
Tens San
47040c248c Remove space in ids 2014-08-19 22:54:48 +02:00
Romain Bignon
8ec567572d bnppro: correctly detect coming transactions 2013-07-28 17:42:04 +02:00
Romain Bignon
105758347d bnpro: support comming transactions 2013-07-23 22:11:23 +02:00
Romain Bignon
efa53ff46b prevent navigation conflicts during accounts iteration 2013-04-26 16:42:40 +02:00
Romain Bignon
8dbcbf2daa support personnal accounts on professionnal website 2013-04-26 15:36:52 +02:00
Romain Bignon
1959786f68 support when sometimes 'coming' value is '-' 2013-04-01 16:37:18 +02:00
Laurent Bachelier
7094931c92 Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines

autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .

Diff quickly checked.
2013-03-16 00:54:55 +01:00
Romain Bignon
a8d8147452 support pro accounts 2013-03-12 13:43:26 +01:00