Commit eb223ed4 authored by Feng Xiao's avatar Feng Xiao

Merge pull request #3 from dhirschfeld/pyext-fix

Explicitly specify pyext/cpp_message.py in py_modules list
parents 61477681 ef6eff20
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment