Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 167:d8155c429171 v0.6
+++++ v0.6
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 14 Mar 2019 09:37:18 +0100 |
| parents | b5ce9a8461bf |
| children | c247a5dc35ed |
comparison
equal
deleted
inserted
replaced
| 166:b5ce9a8461bf | 167:d8155c429171 |
|---|---|
| 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.6.0.dev1" | 16 __version__ = "0.6" |
| 17 | 17 |
| 18 __revision__ = "|VCSRevision|" | 18 __revision__ = "|VCSRevision|" |
| 19 __date__ = "|VCSJustDate|" | 19 __date__ = "|VCSJustDate|" |
| 20 | 20 |
| 21 | 21 |
