Skip to content

Commit 8a3df29

Browse files
committed
one more py26 removal
1 parent 0c7c367 commit 8a3df29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

textile/objects/block.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
try:
5-
from collections import OrderedDict
6-
except ImportError:
7-
from ordereddict import OrderedDict
4+
from collections import OrderedDict
85
try:
96
import regex as re
107
except ImportError:

0 commit comments

Comments
 (0)