commit | 5db217305f37a79eeccd70f000088a06ec82fcec | [log] [tgz] |
---|---|---|
author | Bo Yang <teboring@google.com> | Thu May 21 14:28:59 2015 -0700 |
committer | Bo Yang <teboring@google.com> | Thu May 21 19:32:02 2015 -0700 |
tree | be53dcf0c0b47ef9178ab8a6fa5c1946ee84a28f | |
parent | 56095026ccc2f755a6fdb296e30c3ddec8f556a2 [diff] [blame] |
down-integrate internal changes
diff --git a/python/setup.py b/python/setup.py index a1365fb..5c321f5 100755 --- a/python/setup.py +++ b/python/setup.py
@@ -91,6 +91,7 @@ if not os.path.exists("../.git"): return + generate_proto("../src/google/protobuf/map_unittest.proto") generate_proto("../src/google/protobuf/unittest.proto") generate_proto("../src/google/protobuf/unittest_custom_options.proto") generate_proto("../src/google/protobuf/unittest_import.proto")