Index: third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py |
diff --git a/third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py b/third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py |
index 98614b77f63ae80e3a0f03a9457b71ac0ffca7af..62900b1d153ab4fdbd3c2cca853e886b6830eee7 100755 |
--- a/third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py |
+++ b/third_party/protobuf/python/google/protobuf/internal/service_reflection_test.py |
@@ -34,10 +34,12 @@ |
__author__ = 'petar@google.com (Petar Petrov)' |
+ |
try: |
- import unittest2 as unittest |
+ import unittest2 as unittest #PY26 |
except ImportError: |
import unittest |
+ |
from google.protobuf import unittest_pb2 |
from google.protobuf import service_reflection |
from google.protobuf import service |