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
af8d42c279
support new virtual keyboard
2013-10-10 09:54:14 +02:00
Pierre Mazière
49b2f659c3
bnporc: small changes introduced in the virtual keyboard for personal accounts
...
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
2013-09-26 16:22:45 +02:00
Laurent Bachelier
a6ad7e83ff
Use newer form of catching exceptions
...
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Laurent Bachelier
c038ebb024
bnporc: Really fix form encoding warning
2013-07-23 22:31:34 +02:00
Laurent Bachelier
b027512a7b
bnporc: Fix warning, some code style
2013-07-23 22:11:23 +02: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
Laurent Bachelier
c21d1f7925
Code clarity fixes
...
autopep8 -ir -j2 --select=E303,E125
Diff checked manually.
2013-03-16 00:52:43 +01:00
Romain Bignon
a8d8147452
support pro accounts
2013-03-12 13:43:26 +01:00