Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 45:839dc9610aee v0.5
+++++ v0.5
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 19 Apr 2016 12:28:47 +0200 |
| parents | e7b4126bc14b |
| children | 6c7f90dbce98 |
comparison
equal
deleted
inserted
replaced
| 44:b42e9936df2d | 45:839dc9610aee |
|---|---|
| 8 """ | 8 """ |
| 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.4.1" | 13 __version__ = "0.5" |
| 14 | 14 |
| 15 | 15 |
| 16 import copy | 16 import copy |
| 17 | 17 |
| 18 from .config import Configuration | 18 from .config import Configuration |
