diff options
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-10-22 17:43:33 -0700 |
---|---|---|
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | 2015-10-23 13:13:45 -0700 |
commit | 2a0cb49152a4adeeffd1ee707650d332e4dd37b5 (patch) | |
tree | fa2de875d35821002df62f684ac247b4a8638f62 /src/python/grpcio_test/grpc_protoc_plugin | |
parent | 7f5b3285b18d2b654a6ff8f3908314c1ad7fcd18 (diff) |
Bring Python interop tests to the beta API
Also uses the .proto files for the service/stub definitions.
Diffstat (limited to 'src/python/grpcio_test/grpc_protoc_plugin')
-rw-r--r-- | src/python/grpcio_test/grpc_protoc_plugin/test.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_test/grpc_protoc_plugin/test.proto b/src/python/grpcio_test/grpc_protoc_plugin/test.proto index ed7c6a7b79..6762a8e7f3 100644 --- a/src/python/grpcio_test/grpc_protoc_plugin/test.proto +++ b/src/python/grpcio_test/grpc_protoc_plugin/test.proto @@ -32,7 +32,7 @@ // This file is duplicated around the code base. See GitHub issue #526. syntax = "proto2"; -package grpc.testing; +package grpc_protoc_plugin; enum PayloadType { // Compressable text format. |