aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/test_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/google/protobuf/internal/test_util.py')
-rwxr-xr-xpython/google/protobuf/internal/test_util.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/google/protobuf/internal/test_util.py b/python/google/protobuf/internal/test_util.py
index 539236b4..ac88fa81 100755
--- a/python/google/protobuf/internal/test_util.py
+++ b/python/google/protobuf/internal/test_util.py
@@ -38,13 +38,6 @@ __author__ = 'robinson@google.com (Will Robinson)'
import os.path
-import sys
-# PY2.6 compatible skipIf
-if sys.version_info < (2, 7):
- from unittest2 import skipIf
-else:
- from unittest import skipIf
-
from google.protobuf import unittest_import_pb2
from google.protobuf import unittest_pb2
from google.protobuf import descriptor_pb2