Commit graph

9 commits

Author SHA1 Message Date
Romain Bignon
8e391d0b88 bump to 0.c 2012-03-14 22:09:24 +01: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
7e414804c8 add required class attributes 2012-03-10 09:23:12 +01:00
Romain Bignon
4be4b40509 bump to 0.b 2012-02-05 19:35:30 +01:00
Romain Bignon
eb3f681136 bump to 0.a 2011-10-10 11:38:02 +02:00
Noé Rubinstein
66b2ccaf9a fix genericcomicreader test 2011-09-26 13:31:21 +02:00
Noé Rubinstein
b873878e31 fixed generic comic reader tests 2011-09-26 13:31:15 +02:00
Noé Rubinstein
ba91601fc7 add tests to genericcomicreader 2011-09-26 13:31:09 +02:00
Noé Rubinstein
f5aa37e0c2 move genericcomicreader to a single file for now 2011-09-26 13:31:07 +02:00
Renamed from weboob/tools/capabilities/gallery/genericcomicreader/backend.py (Browse further)