From 78d040a18bc789caba1af5fb94f960c502d79ed3 Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Tue, 6 Oct 2015 11:02:24 -0700 Subject: remove extra collection import --- python/google/protobuf/internal/proto_builder_test.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/google/protobuf/internal/proto_builder_test.py b/python/google/protobuf/internal/proto_builder_test.py index 6a8644b0..822ad895 100644 --- a/python/google/protobuf/internal/proto_builder_test.py +++ b/python/google/protobuf/internal/proto_builder_test.py @@ -36,7 +36,6 @@ try: from collections import OrderedDict except ImportError: from ordereddict import OrderedDict #PY26 -import collections try: import unittest2 as unittest except ImportError: -- cgit v1.2.3