Jimexist commented on code in PR #2588: URL: https://github.com/apache/thrift/pull/2588#discussion_r1178674315
########## lib/py/src/TMultiplexedProcessor.py: ########## @@ -17,9 +17,9 @@ # under the License. # -from thrift.Thrift import TProcessor, TMessageType -from thrift.protocol import TProtocolDecorator, TMultiplexedProtocol -from thrift.protocol.TProtocol import TProtocolException +from .thrift.Thrift import TProcessor, TMessageType Review Comment: @Fokko do you want to help with this as well? we can create separate PR to track it. for now i want to keep the change minimal. this change was introduced by 2to3 script automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
