From 7373d2124233632db42071c2f837c8f967b73480 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 29 Apr 2010 21:27:15 +0200 Subject: [PATCH 1/2] Add pylintrc which disables most messages --- pylintrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pylintrc diff --git a/pylintrc b/pylintrc new file mode 100644 index 00000000..78920d30 --- /dev/null +++ b/pylintrc @@ -0,0 +1,2 @@ +[MESSAGES CONTROL] +disable-msg=C0102,C0103,C0111,C0112,C0121,C0202,C0203,C0302,E0011,E0012,E0100,E0101,E0102,E0202,E0221,E0222,E0702,E0710,E1101,F0001,F0002,F0003,F0004,F0202,F0220,F0321,F0401,I0001,I0010,I0011,I0012,I0013,R0201,R0801,R0901,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,R0921,R0922,R0923,W0141,W0142,W0231,W0232,W0233,W0401,W0403,W0404,W0406,W0410,W0511,W0601,W0603,W0613 From 408fd8a714a51772515b477b36f0e206bc3af2ce Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 29 Apr 2010 21:36:10 +0200 Subject: [PATCH 2/2] despotify r508 is needed to connect to Spotify servers now --- docs/installation/despotify.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/despotify.rst b/docs/installation/despotify.rst index d77bdefb..b6053b16 100644 --- a/docs/installation/despotify.rst +++ b/docs/installation/despotify.rst @@ -30,9 +30,9 @@ Installing despotify sudo port install libvorbis libtool ncursesw libao -*All OS:* Check out revision 507 of the despotify source code:: +*All OS:* Check out revision 508 of the despotify source code:: - svn checkout https://despotify.svn.sourceforge.net/svnroot/despotify@507 + svn checkout https://despotify.svn.sourceforge.net/svnroot/despotify@508 *OS X, MacPorts:* Copy ``despotify/src/Makefile.local.mk.dist`` to ``despotify/src/Makefile.local.mk`` and uncomment the last two lines of the new