Yann Leboulanger
|
196dd7e30a
|
[thorstenp] use isinstance rather than type(x) == y. use sorted()
|
2008-10-11 09:59:52 +00:00 |
Yann Leboulanger
|
567f1e17c1
|
[thorstenp] di not use emtpy except clauses
|
2008-10-11 09:37:13 +00:00 |
Yann Leboulanger
|
3079845bbd
|
fix indentation that caused streamable song from lastfm not displayed
|
2008-09-29 05:00:41 +00:00 |
Julien Pivotto
|
de4a23e751
|
See #4200.
* remove js from some headers
* set coding:utf-8 to allow real names in headers
|
2008-08-15 17:31:51 +00:00 |
Julien Pivotto
|
8bc9bc29ae
|
* Big headers review
* Remove some licencing problems
* To do: same for images
* See #4200
|
2008-08-15 03:20:23 +00:00 |
js
|
8605cd3f38
|
For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
|
2008-07-29 19:49:31 +00:00 |
Jean-Marie Traissard
|
968b2acc4f
|
http://python.org/dev/peps/pep-0008/ " Comparisons to singletons like None should always be done with
'is' or 'is not', never the equality operators."
Comparisons to None part; second one...
roster_win.py is NOT checked here (waiting for modelfilter)
|
2008-04-18 00:26:07 +00:00 |
Jean-Marie Traissard
|
2ce13dc40e
|
http://python.org/dev/peps/pep-0008/ " Comparisons to singletons like None should always be done with 'is' or 'is not', never the equality operators."
Comparisons to None part
roster_win.py is NOT checked here (waiting for modelfilter)
|
2008-04-18 00:02:56 +00:00 |
Jean-Marie Traissard
|
14bf5ed62c
|
pyflakes checks, remove unused imports, mainly
|
2007-12-27 21:52:45 +00:00 |
Yann Leboulanger
|
510725255a
|
fix indentation in lastfm.py
|
2007-11-22 21:09:46 +00:00 |
Yann Leboulanger
|
39a03aa369
|
[shtrom] ability to get last played music from lastfm. fixes #3559
|
2007-11-19 09:22:26 +00:00 |