From b8c94b9c86a7a28a8b27760c4e1f30f68bd8065a Mon Sep 17 00:00:00 2001 From: monstersb Date: Fri, 29 Aug 2014 23:59:03 +0800 Subject: [PATCH] Update client.py refrence protocol as twisted_protocol --- rtmpy/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtmpy/client.py b/rtmpy/client.py index 7310d0b..d575b00 100644 --- a/rtmpy/client.py +++ b/rtmpy/client.py @@ -25,7 +25,7 @@ from rtmpy.protocol import handshake -class ClientProtocol(protocol.BaseProtocol): +class ClientProtocol(twisted_protocol.BaseProtocol): """ Client RTMP Protocol. """