Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 34:4ebce3b7deae v0.3
+++++ v0.3
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Mon, 21 Mar 2016 13:49:23 +0100 |
| parents | 50721b43e76c |
| children | 2a4dbbb42f43 |
comparison
equal
deleted
inserted
replaced
| 33:3ee21f868440 | 34:4ebce3b7deae |
|---|---|
| 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.2" | 13 __version__ = "0.3" |
| 14 | 14 |
| 15 | 15 |
| 16 import copy | 16 import copy |
| 17 | 17 |
| 18 from .config import Configuration | 18 from .config import Configuration |
