aboutsummaryrefslogtreecommitdiffstats
path: root/auto/util/yaml_type.py
diff options
context:
space:
mode:
Diffstat (limited to 'auto/util/yaml_type.py')
-rw-r--r--auto/util/yaml_type.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/auto/util/yaml_type.py b/auto/util/yaml_type.py
new file mode 100644
index 0000000..352fc7d
--- /dev/null
+++ b/auto/util/yaml_type.py
@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+########################################################################
+# Copyright (c) 2018 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+########################################################################
+
+class folded_unicode(unicode): pass
+class literal_unicode(unicode): pass