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
Bezleputh
fe94887947
[prixcarburant] fix site changes
2013-12-10 19:49:27 +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
344ab189fc
fix regexp of product name in page
2012-07-25 21:57:13 +02:00
Romain Bignon
f2157c4cfb
fix some conversion warnings
2012-04-03 22:40:49 +02:00
Romain Bignon
b157e92d5b
use decimal.Decimal instead of float to store amounts of money
2012-03-29 16:31:18 +02:00
Romain Bignon
dea713d2f4
add module prixcarburants (ICapPriceComparison)
2012-03-26 23:04:32 +02:00