aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_health_checking/health_commands.py
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-05-06 09:40:52 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-05-06 09:40:52 -0700
commitaf1fe578e099f5e470a9e1a853181983753ceefa (patch)
treeae188967c4b6b75754b59b8e1fc03952029e9855 /src/python/grpcio_health_checking/health_commands.py
parent85a5ffa1a9000778f0c7eb0942c38c78938f55f3 (diff)
Namespace change
Diffstat (limited to 'src/python/grpcio_health_checking/health_commands.py')
-rw-r--r--src/python/grpcio_health_checking/health_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_health_checking/health_commands.py b/src/python/grpcio_health_checking/health_commands.py
index b01e0bd0e8..631066f331 100644
--- a/src/python/grpcio_health_checking/health_commands.py
+++ b/src/python/grpcio_health_checking/health_commands.py
@@ -94,7 +94,7 @@ class CopyProtoModules(setuptools.Command):
if os.path.isfile(HEALTH_PROTO):
shutil.copyfile(
HEALTH_PROTO,
- os.path.join(ROOT_DIR, 'grpc_health_checking/health/v1/health.proto'))
+ os.path.join(ROOT_DIR, 'grpc_health/health/v1/health.proto'))
class BuildPy(build_py.build_py):