Commit graph

13 commits

Author SHA1 Message Date
Laurent Bachelier
74a4ef6723 Use the print function everywhere
python modernize.py --no-six -f libmodernize.fixes.fix_print -w

With manual fixes as the import was put always on top.
2014-10-06 17:00:17 +02:00
Laurent Bachelier
c07e23cafc Use class attributes as much as possible for application output
refs #803
2014-09-04 12:41:25 +02:00
Laurent Bachelier
a6ad7e83ff Use newer form of catching exceptions
autopep8 -i --select=W602
Also some other minor deprecated syntax changes, like "while 1".
I did not commit the less obvious changes.
2013-07-27 15:16:16 +02:00
Julien Veyssier
01ac98b167 [qcineoob] try to guess subtitle extension at download 2013-03-18 15:02:39 +01:00
Julien Veyssier
62074615da verified autopep8 on qcineoob, cineoob, suboob, booblyrics, cookboob 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
Julien Veyssier
b907c8b266 btmon speeded up, all ICapTorrent backends clarified and fillobj cleaned 2013-03-15 18:20:54 +01:00
Julien Veyssier
f6e2f0a657 many emptyfications 2013-03-15 12:43:51 +01:00
Julien Veyssier
7b4f64c4f8 [qcineoob] a few comments, docstrings, renamings, hiding 2013-03-14 13:23:23 +01:00
Julien Veyssier
f83526a6db [qcineoob] copyrights correction 2013-03-13 17:22:00 +01:00
Julien Veyssier
68cca5c335 [qcineoob] display stuff 2013-03-13 15:51:54 +01:00
Julien Veyssier
1c7e7b9dec [qcineoob] maybe better that backends handle capital letters 2013-03-13 02:05:49 +01:00
Julien Veyssier
93757f8409 [qcineoob] subtitles integrated 2013-03-13 01:16:44 +01:00