crustymonkey / py-sonic

A python library to wrap the Subsonic REST API
http://stuffivelearned.org/doku.php?id=programming:python:py-sonic
GNU General Public License v3.0
56 stars 26 forks source link

Bugfix #8

Closed basilfx closed 9 years ago

basilfx commented 9 years ago

Hi,

I've updated py-sonic a bit.

If you don't bother about trailing spaces, you could decide to only cherry pick 237c478 :-)

Kind regards, Bas

crustymonkey commented 9 years ago

This looks good. Thanks for the fixes! I'm a vim user (and I don't bother cleaning up trailing whitespace) so this tends to happen in my files. Thanks for the cleanup.

aquatix commented 9 years ago

(Ooh, fellow vim user! Get pylint and Vundle "Plugin 'scrooloose/syntastic' " to get some nice syntax and whitespace checking if you want :) )

crustymonkey commented 9 years ago

Thanks for the tip :-)