aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/python_generator_helpers.h
diff options
context:
space:
mode:
authorGravatar Harsh Vardhan <harshvd95@gmail.com>2017-02-18 19:17:51 +0530
committerGravatar Harsh Vardhan <harshvd95@gmail.com>2017-03-28 21:01:51 +0530
commit0f12cd9247784beccc2eb4b36aff416c49617972 (patch)
tree08d13fed47595a9fd2634b1fdfb0d8bf229d2ac9 /src/compiler/python_generator_helpers.h
parent3cbc6ad2d8562ddb45a2f92a6f739264393b88cb (diff)
Update python_generator.cc
Diffstat (limited to 'src/compiler/python_generator_helpers.h')
-rw-r--r--src/compiler/python_generator_helpers.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/compiler/python_generator_helpers.h b/src/compiler/python_generator_helpers.h
index 1a5dde9d6b..5b8b024386 100644
--- a/src/compiler/python_generator_helpers.h
+++ b/src/compiler/python_generator_helpers.h
@@ -44,11 +44,10 @@
#include "src/compiler/python_private_generator.h"
#include "src/compiler/generator_helpers.h"
+using std::vector;
using grpc_generator::StringReplace;
using grpc_generator::StripProto;
using grpc::protobuf::Descriptor;
-using std::vector;
-
using grpc::protobuf::FileDescriptor;
using grpc::protobuf::MethodDescriptor;
using grpc::protobuf::ServiceDescriptor;
@@ -135,7 +134,7 @@ StringVector get_all_comments(const DescriptorType* descriptor) {
} // namespace
-}
+} // namespace grpc_python_generator
#endif // GRPC_INTERNAL_COMPILER_PYTHON_GENERATOR_HELPERS_H \ No newline at end of file