From: Noah Morrison Date: Wed, 3 Oct 2018 13:47:14 +0000 (-0400) Subject: Merge branch 'master' of https://github.com/gber/chevron into gber-master X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=14f596722dea053bd73c913129f859dc919e803b;p=chevron.git Merge branch 'master' of https://github.com/gber/chevron into gber-master --- 14f596722dea053bd73c913129f859dc919e803b diff --cc chevron/renderer.py index a1dca72,c66471d..075eec6 --- a/chevron/renderer.py +++ b/chevron/renderer.py @@@ -1,7 -1,9 +1,11 @@@ # -*- coding: utf-8 -*- +import io + + try: + from collections.abc import Sequence, Iterator, Callable + except ImportError: # python 2 + from collections import Sequence, Iterator, Callable try: from .tokenizer import tokenize except (ValueError, SystemError): # python 2