aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2016-01-25 16:39:52 -0800
committerGravatar Nathaniel Manista <nathaniel@google.com>2016-01-25 16:39:52 -0800
commit7c43f4909242b62881389c7d4cfc9541c70151b6 (patch)
treeaea3eb7dbfb87799eb05b716fedf44d3851024ec
parentd8b9809a6ee520fe69cf6735394f60a1a80c38f0 (diff)
parent5fec8b333a563f52e70f0f8ae86d2e9680f25ef1 (diff)
Merge pull request #4883 from soltanmm/fixfix
Add missing "support" import.
-rw-r--r--src/python/grpcio/commands.py2
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 = """