aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator.cc
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-06-29 11:41:24 -0700
committerGravatar Masood Malekghassemi <atash@google.com>2016-06-29 11:41:24 -0700
commit71448b2898221cfeeeb1f64da8907e7ca6a29a75 (patch)
tree4d87f838ac74d8f5db9e34373902e0b7ad67b1e5 /src/compiler/python_generator.cc
parent94f0a50d1ea3208a0602f6eb67b6438bdb957387 (diff)
Use open-source defaults to propagate Python plugin configuration
Diffstat (limited to 'src/compiler/python_generator.cc')
-rw-r--r--src/compiler/python_generator.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/python_generator.cc b/src/compiler/python_generator.cc
index 15cda474cc..c5f1ed8061 100644
--- a/src/compiler/python_generator.cc
+++ b/src/compiler/python_generator.cc
@@ -66,6 +66,9 @@ using std::vector;
namespace grpc_python_generator {
+GeneratorConfiguration::GeneratorConfiguration()
+ : grpc_package_root("grpc"), beta_package_root("grpc.beta") {}
+
PythonGrpcGenerator::PythonGrpcGenerator(const GeneratorConfiguration& config)
: config_(config) {}