From a655b98171bd4956eeabcd744f9772997a36472b Mon Sep 17 00:00:00 2001 From: "xiaofeng@google.com" Date: Sat, 8 Dec 2012 18:44:32 +0000 Subject: Fix issue 438: add missing 'enum_type_wrapper' to setup.py --- python/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index 2bf0048b..8a986298 100755 --- a/python/setup.py +++ b/python/setup.py @@ -167,6 +167,7 @@ if __name__ == '__main__': 'google.protobuf.internal.cpp_message', 'google.protobuf.internal.decoder', 'google.protobuf.internal.encoder', + 'google.protobuf.internal.enum_type_wrapper', 'google.protobuf.internal.message_listener', 'google.protobuf.internal.python_message', 'google.protobuf.internal.type_checkers', -- cgit v1.2.3