comparison configmix/config.py @ 82:218807d7d883

Remove header markup from the Python files and put them into the doc .rst files
author Franz Glasner <hg@dom66.de>
date Thu, 15 Mar 2018 00:10:48 +0100
parents a43749f751e0
children d9f9a06e0c49
comparison
equal deleted inserted replaced
81:a9ba930a8ecc 82:218807d7d883
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 #- 2 #-
3 # :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved. 3 # :Copyright: (c) 2015-2018, Franz Glasner. All rights reserved.
4 # :License: 3-clause BSD. See LICENSE.txt for details. 4 # :License: 3-clause BSD. See LICENSE.txt for details.
5 #- 5 #-
6 r""" 6 """The unified configuration dictionary with attribute support or
7 configmix.config
8 ^^^^^^^^^^^^^^^^
9
10 The unified configuration dictionary with attribute support or
11 variable substitution. 7 variable substitution.
12 8
13 """ 9 """
14 10
15 from __future__ import division, absolute_import, print_function 11 from __future__ import division, absolute_import, print_function