From 5fec8b333a563f52e70f0f8ae86d2e9680f25ef1 Mon Sep 17 00:00:00 2001 From: Masood Malekghassemi Date: Mon, 25 Jan 2016 16:16:50 -0800 Subject: [PATCH] Add missing import I have no idea how this mistake got through. --- src/python/grpcio/commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py index ff35c458617..29b506abe0a 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 = """