Commit graph

5 commits

Author SHA1 Message Date
Florent
0cee8e2c56 Update regexps 2014-09-22 13:59:19 +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
Florent
6429662e55 Add unique id to creditcooperatif (perso) 2014-09-09 12:28:24 +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
b0fd66ae67 support both pro and perso websites 2013-01-02 16:54:10 +01:00