comparison configmix/config.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 8d66aef2f7fb
children 1f11672c4615
comparison
equal deleted inserted replaced
53:1d43f0b9fa20 54:aa8345dae995
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 r"""The unified configuration dictionary with attribute support 2 r"""configmix.config
3 or variable substitution. 3 ^^^^^^^^^^^^^^^^
4
5 The unified configuration dictionary with attribute support or
6 variable substitution.
4 7
5 """ 8 """
6 9
7 from __future__ import division, absolute_import, print_function 10 from __future__ import division, absolute_import, print_function
8 11