comparison configmix/__init__.py @ 69:b511c6d5dec2

Use "Repository" instead of "Path" and use "$Header$" instead of "$HGheader"
author Franz Glasner <hg@dom66.de>
date Thu, 01 Mar 2018 19:25:49 +0100
parents 7dfcfc96f533
children 6216c561532a
comparison
equal deleted inserted replaced
68:706833f38712 69:b511c6d5dec2
6 A library for helping with configuration files. 6 A library for helping with configuration files.
7 7
8 :Author: Franz Glasner 8 :Author: Franz Glasner
9 :License: BSD License. 9 :License: BSD License.
10 See LICENSE for details. 10 See LICENSE for details.
11 :ID: $HGheader$ 11 :ID: $Header$
12 12
13 """ 13 """
14 14
15 from __future__ import division, print_function, absolute_import 15 from __future__ import division, print_function, absolute_import
16 16