diff --git a/sde/__about__.py b/sde/__about__.py index 7bb021e..bc50bee 100644 --- a/sde/__about__.py +++ b/sde/__about__.py @@ -1 +1 @@ -__version__ = '1.1.3' +__version__ = '1.1.4' diff --git a/sde/collection.py b/sde/collection.py index 6cb29cd..f23d82c 100644 --- a/sde/collection.py +++ b/sde/collection.py @@ -1,14 +1,13 @@ # -*- coding: utf-8 -*- -import collections import json import re -import yaml - +import sys from abc import ABCMeta, abstractmethod +import yaml from six import add_metaclass, string_types as basestring, iteritems - +from six.moves import collections_abc SPLIT_REGEX = r"(?