comparison configmix/yaml.py @ 54:aa8345dae995

Generate readable HTML documentation and an API documentation
author Franz Glasner <hg@dom66.de>
date Tue, 27 Feb 2018 23:42:11 +0100
parents ce290b10dac5
children 1f11672c4615
comparison
equal deleted inserted replaced
53:1d43f0b9fa20 54:aa8345dae995
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 r"""Simple wrapper for yaml to support all-unicode strings when loading 2 r"""
3 configmix.yaml
4 ^^^^^^^^^^^^^^
5
6 Simple wrapper for yaml to support all-unicode strings when loading
3 configuration files. 7 configuration files.
4 8
5 """ 9 """
6 10
7 from __future__ import division, print_function, absolute_import 11 from __future__ import division, print_function, absolute_import