| Index: third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py
|
| diff --git a/third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py b/third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py
|
| index 1baff7d1d1550568ea3acd04bffeb42fb57abb00..5225a45821d48921b5af41d5950c92371652c149 100644
|
| --- a/third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py
|
| +++ b/third_party/protobuf/python/google/protobuf/internal/descriptor_database_test.py
|
| @@ -35,9 +35,10 @@
|
| __author__ = 'matthewtoia@google.com (Matt Toia)'
|
|
|
| try:
|
| - import unittest2 as unittest
|
| + import unittest2 as unittest #PY26
|
| except ImportError:
|
| import unittest
|
| +
|
| from google.protobuf import descriptor_pb2
|
| from google.protobuf.internal import factory_test2_pb2
|
| from google.protobuf import descriptor_database
|
|
|