insignificant change in twistedutil.protocol

This commit is contained in:
Denis Bilenko
2009-04-02 16:49:23 +07:00
parent 5bc6a8946e
commit 3a8af665af

View File

@@ -100,8 +100,7 @@ class GreenTransportBase(object):
self._disconnected_event = Event()
def build_protocol(self):
protocol = self.protocol_class(self)
return protocol
return self.protocol_class(self)
def _got_transport(self, transport):
self._queue.send(transport)