aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-02-19 17:12:57 -0800
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-02-19 17:12:57 -0800
commit081f9562630e515c23d47b593c186652300240d3 (patch)
treee028f1ce2b49812689441901e8f72619b0f5ec9e /src/compiler
parentf8e297a3c0e2a8ad9babf02fad06f293b92fc0d0 (diff)
Removed unused/wrong generated Python code imports from Python codegen.
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/python_generator.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/python_generator.cc b/src/compiler/python_generator.cc
index 48d90624d6..cdd3d8a98a 100644
--- a/src/compiler/python_generator.cc
+++ b/src/compiler/python_generator.cc
@@ -313,8 +313,6 @@ string GetServices(const FileDescriptor* file) {
string output;
StringOutputStream output_stream(&output);
Printer out(&output_stream, '$');
- out.Print("import abc\n");
- out.Print("import google3\n");
out.Print("from grpc.framework.face import demonstration as _face_testing\n");
out.Print("from grpc.framework.face import interfaces as _face_interfaces\n");