Removed unused/wrong generated Python code imports from Python codegen.

pull/639/head
Masood Malekghassemi 10 years ago
parent f8e297a3c0
commit 081f956263
  1. 2
      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");

Loading…
Cancel
Save