Commit graph

7 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
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
a263c266af update regexps 2013-02-06 15:01:03 +01:00
Romain Bignon
b0cc8cfacf add an error if unable to parse date 2013-01-03 19:40:56 +01:00
Romain Bignon
e99416c874 fix parsing of dates 2013-01-03 19:38:29 +01:00
Romain Bignon
5d82484c48 get better account ids 2012-12-28 18:34:18 +01:00
Romain Bignon
2246f893bc add module for Credit Mutuel Sud Ouest (cmso) 2012-12-28 17:48:52 +01:00