diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-10-17 09:46:37 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-10-17 09:46:37 +0200 |
commit | ef85bee2a24a6bb05c06d76a539401cbced70040 (patch) | |
tree | 0b12d64f60200891921f7d9732480b59939941f4 /constructor.py | |
parent | df5f2a3f889bf92954677041a1d307c81460e663 (diff) | |
download | ruamel.yaml-ef85bee2a24a6bb05c06d76a539401cbced70040.tar.gz |
added nprintf to import
Diffstat (limited to 'constructor.py')
-rw-r--r-- | constructor.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constructor.py b/constructor.py index 245e9f7..2983414 100644 --- a/constructor.py +++ b/constructor.py @@ -16,8 +16,8 @@ from ruamel.yaml.error import (MarkedYAMLError, MarkedYAMLFutureWarning, from ruamel.yaml.nodes import * # NOQA from ruamel.yaml.nodes import (SequenceNode, MappingNode, ScalarNode) from ruamel.yaml.compat import (utf8, builtins_module, to_str, PY2, PY3, # NOQA - ordereddict, text_type, nprint, version_tnf, Hashable, - MutableSequence, MutableMapping) + ordereddict, text_type, nprint, nprintf, version_tnf, + Hashable, MutableSequence, MutableMapping) from ruamel.yaml.comments import * # NOQA from ruamel.yaml.comments import (CommentedMap, CommentedOrderedMap, CommentedSet, CommentedKeySeq, CommentedSeq, TaggedScalar, |