summaryrefslogtreecommitdiffstats
path: root/lib/auto/util/yaml_type.py
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-03-13 10:52:01 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-03-13 10:52:01 +0800
commit206c5a988ab003af7c04b82044eb565d8b3bcfb7 (patch)
treeea8acb86a0d681f95b768578430fba08a19226f5 /lib/auto/util/yaml_type.py
parentee1c7bae9fd29ef2ac2ca04bbccb73230723c3ce (diff)
Modify repo structure
JIRA: - 1. keep modules in lib directory instead of auto Change-Id: Ie4c51b28554575bafbaa89c5f57309a786b903e0 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'lib/auto/util/yaml_type.py')
-rw-r--r--lib/auto/util/yaml_type.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/auto/util/yaml_type.py b/lib/auto/util/yaml_type.py
new file mode 100644
index 0000000..352fc7d
--- /dev/null
+++ b/lib/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