Hi Brian,

Could you please open a Jira issue for the formalities?
http://thrift.apache.org/docs/HowToContribute/

Cheers,
Henrique


On 6 November 2013 09:40, Bryan Pham <br...@cloudtenna.com> wrote:

> Hi, it looks like TTornado.py isn't running because tcpserver is not inside
> netutil anymore.
>
> index af309c3..d90f672 100644
> --- a/lib/py/src/TTornado.py
> +++ b/lib/py/src/TTornado.py
> @@ -27,7 +27,7 @@ from thrift.transport.TTransport import
> TTransportException
>
>  from tornado import gen
>  from tornado import iostream
> -from tornado import netutil
> +from tornado import tcpserver
>
>
>  class TTornadoStreamTransport(TTransport.TTransportBase):
> @@ -125,7 +125,7 @@ class
> TTornadoStreamTransport(TTransport.TTransportBase):
>          self.stream.write(buf, callback)
>
>
> -class TTornadoServer(netutil.TCPServer):
> +class TTornadoServer(tcpserver.TCPServer):
>      def __init__(self, processor, iprot_factory, oprot_factory=None,
>                   *args, **kwargs):
>          super(TTornadoServer, self).__init__(*args, **kwargs)
>

Reply via email to