Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 377:5ad3fd49891f v0.16
+++++ v0.16
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 11 Jul 2021 22:46:49 +0200 |
| parents | c404e5548e4b |
| children | fd948c62908d |
comparison
equal
deleted
inserted
replaced
| 376:c2e427d49209 | 377:5ad3fd49891f |
|---|---|
| 11 """ | 11 """ |
| 12 | 12 |
| 13 from __future__ import division, print_function, absolute_import | 13 from __future__ import division, print_function, absolute_import |
| 14 | 14 |
| 15 | 15 |
| 16 __version__ = "0.15.1" | 16 __version__ = "0.16" |
| 17 | 17 |
| 18 __revision__ = "|VCSRevision|" | 18 __revision__ = "|VCSRevision|" |
| 19 __date__ = "|VCSJustDate|" | 19 __date__ = "|VCSJustDate|" |
| 20 | 20 |
| 21 __all__ = ["load", "safe_load", | 21 __all__ = ["load", "safe_load", |
