Commit 78d040a1 authored by Jisi Liu's avatar Jisi Liu

remove extra collection import

parent 72bd9c95
...@@ -36,7 +36,6 @@ try: ...@@ -36,7 +36,6 @@ try:
from collections import OrderedDict from collections import OrderedDict
except ImportError: except ImportError:
from ordereddict import OrderedDict #PY26 from ordereddict import OrderedDict #PY26
import collections
try: try:
import unittest2 as unittest import unittest2 as unittest
except ImportError: except ImportError:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment