We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c99d3a commit 54648efCopy full SHA for 54648ef
1 file changed
html5lib/tests/test_serializer.py
@@ -5,12 +5,6 @@
5
6
from .support import get_data_files
7
8
-try:
9
- from collections import OrderedDict
10
-except ImportError:
11
- # Python 2.6 support
12
- from ordereddict import OrderedDict
13
-
14
try:
15
unittest.TestCase.assertEqual
16
except AttributeError:
0 commit comments