comparison configmix/__init__.py @ 63:7dfcfc96f533

Put the $HGheader$ into the package file
author Franz Glasner <hg@dom66.de>
date Thu, 01 Mar 2018 00:15:21 +0100
parents 1f11672c4615
children b511c6d5dec2
comparison
equal deleted inserted replaced
62:617aa948e155 63:7dfcfc96f533
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 12
12 """ 13 """
13 14
14 from __future__ import division, print_function, absolute_import 15 from __future__ import division, print_function, absolute_import
15 16