Skip to content

Commit

Permalink
tatsu.util not reexporting MutableMapping on 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed May 22, 2017
1 parent 8481b91 commit add6ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tatsu/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
strtype = basestring # noqa
_unicode = unicode
Mapping = collections.Mapping
MutableMapping = collections.MutableMapping
zip_longest = itertools.izip_longest
imap = itertools.imap
import __builtin__ as builtins
Expand Down

0 comments on commit add6ba5

Please sign in to comment.