aboutsummaryrefslogtreecommitdiff
path: root/python/google/protobuf/internal/wire_format_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/protobuf/internal/wire_format_test.py')
-rwxr-xr-xpython/google/protobuf/internal/wire_format_test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/google/protobuf/internal/wire_format_test.py b/python/google/protobuf/internal/wire_format_test.py
index f659d18e..da120f33 100755
--- a/python/google/protobuf/internal/wire_format_test.py
+++ b/python/google/protobuf/internal/wire_format_test.py
@@ -35,9 +35,10 @@
__author__ = 'robinson@google.com (Will Robinson)'
try:
- import unittest2 as unittest
+ import unittest2 as unittest #PY26
except ImportError:
import unittest
+
from google.protobuf import message
from google.protobuf.internal import wire_format