Explicitly specify pyext/cpp_message.py in py_modules list

This commit is contained in:
David Hirschfeld 2014-08-27 09:25:26 +01:00
parent e9c00d9dd0
commit ef6eff20bd

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',