Commit graph

13 commits

Author SHA1 Message Date
Romain Bignon
7082571acf update code documentation 2012-04-01 17:41:20 +02:00
Laurent Bachelier
006e97a8be PEP8 style fixes and other small style fixes
I used autopep8 on some files and did carefully check the changes.
I ignored E501,E302,E231,E225,E222,E221,E241,E203 in my search, and at
least E501 on any autopep8 run.

Other style fixes not related to PEP8:
* Only use new-style classes. I don't think the usage of old-style
  classes was voluntary. Old-style classes are removed in Python 3.
* Convert an if/else to a one-liner in mediawiki, change docstring style
  change to a comment something that wasn't really appropriate for a
  docstring.
* Unneeded first if condition in meteofrance
2012-03-14 04:51:46 +01:00
Romain Bignon
7e2bb91b3b change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
Romain Bignon
ebe29a061f new method 'delete' in storage and config 2010-11-11 01:11:00 +01:00
Christophe Benz
1847ea5f34 code clean
code clean
2010-07-12 03:16:03 +02:00
Christophe Benz
f60c32db77 do not catch ImportError 2010-07-10 21:54:59 +02:00
Romain Bignon
be9f3f60e4 storage is also used by frontends 2010-07-03 14:51:49 +02:00
Romain Bignon
3de979dd9b better way to apply the previous fix 2010-06-30 01:57:40 +02:00
Christophe Benz
470f2a9fe2 use real comments for licence header 2010-06-22 16:27:33 +02:00
Christophe Benz
cdc58a0afc use error instead of debug for import error 2010-05-14 17:43:53 +02:00
Romain Bignon
bdf34a2176 better organisation in storage 2010-04-09 00:15:25 +02:00
Romain Bignon
6e3e93e08b use storage to store dlfp messages state 2010-04-08 22:34:57 +02:00
Romain Bignon
7630dac4e6 new backends storage system 2010-04-08 22:00:37 +02:00