diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-09-06 11:41:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-06 11:41:26 -0700 |
commit | 74c92f62d9e8d2be9f74b5fd349b6a5c519cf82f (patch) | |
tree | c9bad1185c893bbb828995e4bfda02ebe73ab149 /src/python/grpcio_tests | |
parent | d57bbe7f8fda6d6146f47319db319610ec908e48 (diff) | |
parent | cdbe6b3963528167ba581fb039b8fa9e5e0ea34f (diff) |
Merge pull request #7848 from nicolasnoble/upmerge-from-v1.0.x
Manual upmerge from v1.0.x
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/python/grpcio_tests/setup.py b/src/python/grpcio_tests/setup.py index 3524355cbf..7384206602 100644 --- a/src/python/grpcio_tests/setup.py +++ b/src/python/grpcio_tests/setup.py @@ -31,13 +31,9 @@ import os import os.path -import shutil import sys -from distutils import core as _core -from distutils import extension as _extension import setuptools -from setuptools.command import egg_info import grpc.tools.command |