Merge pull request #3 from dhirschfeld/pyext-fix

Explicitly specify pyext/cpp_message.py in py_modules list
This commit is contained in:
Feng Xiao 2014-10-02 15:55:32 -07:00
commit eb223ed4f7

View File

@ -180,6 +180,7 @@ if __name__ == '__main__':
'google.protobuf.descriptor_database',
'google.protobuf.descriptor_pool',
'google.protobuf.message_factory',
'google.protobuf.pyext.cpp_message',
'google.protobuf.reflection',
'google.protobuf.service',
'google.protobuf.service_reflection',