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
Julien Veyssier
8ec69cdcd2
corrections on comments and accents striping in all recipe backends
2013-04-10 15:08:32 +02:00
Julien Veyssier
358881dd48
interval number of persons for all cookboob backends
2013-03-30 15:35:38 +01:00
Julien Veyssier
e6fe9ed69e
[cookboob] comments objectified
2013-03-26 10:30:08 +01:00
Julien Veyssier
d391d1a2d8
[cookboob] author field added
2013-03-25 11:22:12 +01:00
Julien Veyssier
5d923bc73b
autopep8 with 120 chars line length on my modules
2013-03-18 11:16:05 +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
Julien Veyssier
b724840ddb
new backend 750g for cookboob, get_recipe NYI
2013-03-15 19:27:41 +01:00
Julien Veyssier
ccea968b12
[cookboob] less mandatory fields in formatter, minutes display
2013-03-15 11:45:09 +01:00
Julien Veyssier
4798fdd411
new backend marmiton
2013-03-14 20:18:13 +01:00