greggdonovan commented on code in PR #3276: URL: https://github.com/apache/thrift/pull/3276#discussion_r2690455241
########## lib/py/setup.py: ########## @@ -20,12 +20,9 @@ # import sys -try: - from setuptools import setup, Extension -except Exception: - from distutils.core import setup, Extension -from distutils.command.build_ext import build_ext +from setuptools import Extension, setup +from setuptools.command.build_ext import build_ext from distutils.errors import CCompilerError, DistutilsExecError, DistutilsPlatformError Review Comment: Fixed - thank you! -- 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]
