Skip to content

Commit 4cca67d

Browse files
committed
one last vestige of py2.6
1 parent 038a548 commit 4cca67d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

textile/objects/block.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
try:
2-
from collections import OrderedDict
3-
except ImportError:
4-
from ordereddict import OrderedDict
1+
from collections import OrderedDict
2+
53
try:
64
import regex as re
75
except ImportError:

0 commit comments

Comments
 (0)