Fix minor test regresion

This commit is contained in:
Thomas Adamcik 2011-06-22 03:04:46 +02:00
parent 14a7a9bd80
commit 742ecf10ae

View File

@ -58,3 +58,6 @@ class MpdSession(network.LineProtocol):
def on_line_recieved(self, line):
self.send_lines(self.dispatcher.handle_request(line))
def close(self):
self.stop()