THRIFT-329. python: Make TServerSocket.close() work properly
authorDavid Reiss <dreiss@apache.org>
Tue, 24 Mar 2009 22:51:02 +0000 (22:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 24 Mar 2009 22:51:02 +0000 (22:51 +0000)
commitd73255d1acfd83ca65d3293a0d6a6c8f25c834f4
treefd5a4a1fa59990ed1074ccad7a4537838b09046d
parenta528f54eeb40608e266fcb968e43b26ba57489c6
THRIFT-329. python: Make TServerSocket.close() work properly

Changing the order of inheritance makes "close" refer to the
(correct) TSocketBase method, rather than the (stub)
TServerTransportBase method.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@758072 13f79535-47bb-0310-9956-ffa450edef68
lib/py/src/transport/TSocket.py