We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7c367 commit 8a3df29Copy full SHA for 8a3df29
textile/objects/block.py
@@ -1,10 +1,7 @@
1
# -*- coding: utf-8 -*-
2
from __future__ import unicode_literals
3
4
-try:
5
- from collections import OrderedDict
6
-except ImportError:
7
- from ordereddict import OrderedDict
+from collections import OrderedDict
8
try:
9
import regex as re
10
except ImportError:
0 commit comments