This is kind of redundant

This commit is contained in:
Stein Magnus Jodal 2011-06-08 02:28:41 +02:00
parent a1932b3e98
commit 3b21b7bf7d

View File

@ -14,9 +14,6 @@ class MpdServer(asyncore.dispatcher):
for each client connection.
"""
def __init__(self):
asyncore.dispatcher.__init__(self)
def start(self):
"""Start MPD server."""
try: