Initialize the correct variable in init

This commit is contained in:
Stein Magnus Jodal 2010-08-20 16:39:10 +02:00
parent 1ae172d0c1
commit c2817959fe

View File

@ -7,7 +7,7 @@ class MpdFrontend(object):
"""
def __init__(self):
self.server = None
self.process = None
self.dispatcher = None
def start_server(self, core_queue):