Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/__init__.py @ 163:ff03cdf36139
The README.txt should be in the most important parts readable without keyword substitutions.
The release number ist now directly included. Distinguish between the release
date "release_date" and the build date of the documentation "today".
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 14 Mar 2019 00:13:59 +0100 |
| parents | e2e8d21b4122 |
| children | 6ca90e80f4f4 |
comparison
equal
deleted
inserted
replaced
| 162:4ce8ff2af612 | 163:ff03cdf36139 |
|---|---|
| 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.0.dev1" |
| 17 | 17 |
| 18 __revision__ = "$Revision$" | 18 __revision__ = "|VCSRevision|" |
| 19 __date__ = "|VCSJustDate|" | |
| 19 | 20 |
| 20 | 21 |
| 21 import copy | 22 import copy |
| 22 | 23 |
| 23 from .compat import u | 24 from .compat import u |
