diff options
-rw-r--r-- | src/python/grpcio/commands.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py index ff35c45861..29b506abe0 100644 --- a/src/python/grpcio/commands.py +++ b/src/python/grpcio/commands.py @@ -41,6 +41,8 @@ from setuptools.command import build_ext from setuptools.command import build_py from setuptools.command import test +import support + PYTHON_STEM = os.path.dirname(os.path.abspath(__file__)) CONF_PY_ADDENDUM = """ |