From 8eed07c010449884613f4d33d3a45fa1d34bfe50 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Tue, 25 Oct 2011 08:28:01 +0200 Subject: TCF Python: Fix missing listeners initialization in StreamsProxy --- python/src/tcf/services/remote/StreamsProxy.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/src/tcf/services/remote/StreamsProxy.py b/python/src/tcf/services/remote/StreamsProxy.py index 3d700c488..d4149099d 100644 --- a/python/src/tcf/services/remote/StreamsProxy.py +++ b/python/src/tcf/services/remote/StreamsProxy.py @@ -16,6 +16,7 @@ from tcf.channel.Command import Command class StreamsProxy(streams.StreamsService): def __init__(self, channel): self.channel = channel + self.listeners = {} def connect(self, stream_id, done): done = self._makeCallback(done) -- cgit v1.2.3