summaryrefslogtreecommitdiff
path: root/compat.py
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-06-10 22:59:06 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-06-10 22:59:06 +0200
commit0a26480139476afdd167bc6a900551463da92079 (patch)
tree4beeeb42c594498fae05bc46bc0ae0f0659e05d8 /compat.py
parent63929c2efaef82fa283983d989a08a79cff2e99a (diff)
downloadruamel.yaml-0a26480139476afdd167bc6a900551463da92079.tar.gz
top-level folded/literal scalar col-00.15.6
Diffstat (limited to 'compat.py')
-rw-r--r--compat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat.py b/compat.py
index 7f3434f..41c52e7 100644
--- a/compat.py
+++ b/compat.py
@@ -11,6 +11,7 @@ import types
if False: # MYPY
from typing import Any, Dict, Optional, List, Union, BinaryIO, IO, Text, Tuple # NOQA
+_DEFAULT_YAML_VERSION = (1, 2)
try:
from ruamel.ordereddict import ordereddict