diff options
Diffstat (limited to 'examples/python/route_guide/run_codegen.py')
-rw-r--r-- | examples/python/route_guide/run_codegen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/route_guide/run_codegen.py b/examples/python/route_guide/run_codegen.py index c7c6008580..3751e019c9 100644 --- a/examples/python/route_guide/run_codegen.py +++ b/examples/python/route_guide/run_codegen.py @@ -29,7 +29,7 @@ """Runs protoc with the gRPC plugin to generate messages and gRPC stubs.""" -from grpc.tools import protoc +from grpc_tools import protoc protoc.main( ( |