Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 52:6c7f90dbce98
Adjusted the Copyright and change the RCS keywords in accordance with "kwarchive"
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Tue, 27 Feb 2018 22:35:34 +0100 |
| parents | 839dc9610aee |
| children | aa8345dae995 |
comparison
equal
deleted
inserted
replaced
| 51:e408f960746e | 52:6c7f90dbce98 |
|---|---|
| 9 | 9 |
| 10 from __future__ import division, print_function, absolute_import | 10 from __future__ import division, print_function, absolute_import |
| 11 | 11 |
| 12 | 12 |
| 13 __version__ = "0.5" | 13 __version__ = "0.5" |
| 14 | |
| 15 __revision__ = "$Revision$" | |
| 14 | 16 |
| 15 | 17 |
| 16 import copy | 18 import copy |
| 17 | 19 |
| 18 from .config import Configuration | 20 from .config import Configuration |
