From e6dd6fa3aa9817d39779489fd2946740e5a76761 Mon Sep 17 00:00:00 2001
From: David Raila <raila@illinois.edu>
Date: Mon, 18 Aug 2008 22:38:20 +0000
Subject: [PATCH] Add missing module to setup.py.

---
 python/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/setup.py b/python/setup.py
index eda2574..e109ee7 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -108,6 +108,7 @@ if __name__ == '__main__':
           'google.protobuf.internal.input_stream',
           'google.protobuf.internal.message_listener',
           'google.protobuf.internal.output_stream',
+          'google.protobuf.internal.type_checkers',
           'google.protobuf.internal.wire_format',
           'google.protobuf.descriptor',
           'google.protobuf.descriptor_pb2',
@@ -115,7 +116,7 @@ if __name__ == '__main__':
           'google.protobuf.reflection',
           'google.protobuf.service',
           'google.protobuf.service_reflection',
-          'google.protobuf.text_format'],
+          'google.protobuf.text_format' ],
         url = 'http://code.google.com/p/protobuf/',
         maintainer = maintainer_email,
         maintainer_email = 'protobuf@googlegroups.com',
-- 
GitLab