Commit graph

10 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
Romain Bignon
173120a1d3 fix transfer regexp 2014-08-14 07:32:14 +02:00
Romain Bignon
9a9a2384ed update order regexp 2014-08-13 23:57:23 +02:00
Romain Bignon
2256dc841b fix labels parsing 2014-04-29 17:14:22 +02:00
Romain Bignon
12e11a149c fix order regexp 2014-02-20 14:44:52 +01:00
Romain Bignon
8fdbf330dd improvements on transaction and account types detection 2014-02-16 21:04:46 +01:00
Romain Bignon
219fadb370 add regexp for payback of card transactions 2013-05-21 13:51:34 +02:00
Laurent Bachelier
fbe0fb8d52 Some manual style fixes 2013-03-16 00:57:31 +01: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
Renamed from modules/bnporc/pages/transactions.py (Browse further)