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.