views:

118

answers:

1

How to insert repeated message in google protocol buffer _pb2.py file

A: 

make changes to your .proto file. Look at the example : http://code.google.com/apis/protocolbuffers/docs/pythontutorial.html

aajkaltak