]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/daemon.py
Cleanup PlayerError exception wrapper
[mpd-sima.git] / sima / lib / daemon.py
index fa0997686ea4198f9c6550c8dea1474b40c81e74..9de08f91fe64f61f7eda87b37ddc41e163afaa32 100644 (file)
@@ -4,7 +4,7 @@
 # Copyright 2007, 2009 Sander Marechal <s.marechal@jejik.com>
 # http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
 #
-# Copyright 2010, 2011 Jack Kaliko <efrim@azylum.org>
+# Copyright 2010, 2011 kaliko <kaliko@azylum.org>
 # https://gitorious.org/python-daemon
 #
 #  This file is part of MPD_sima
@@ -21,6 +21,8 @@
 #
 #  You should have received a copy of the GNU General Public License
 #  along with MPD_sima.  If not, see <http://www.gnu.org/licenses/>.
+#
+# pylint: disable=all
 
 import atexit
 import os