Mercurial > hgrepos > Python > libs > ConfigMix
view tests/data/conf3.py @ 219:0477186d1cba
Docu: The build of the documentation requires PyYAML and toml.
configmix.toml and comfigmix.yaml import the specified packages.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 08 May 2019 10:18:23 +0200 |
| parents | 84b9578cacce |
| children |
line wrap: on
line source
# -*- coding: utf-8 -*- key1 = u"the next value " _key2 = "non-exported value"
