Mercurial > hgrepos > Python > libs > ConfigMix
view tests/data/conf2.py @ 93:84b9578cacce
Start with unit tests
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 18 Mar 2018 14:44:41 +0100 |
| parents | |
| children |
line wrap: on
line source
# -*- coding: utf-8 -*- __all__ = ["key1", "nonexistingkey"] key1 = u"the next value" key2 = "non-exported value"
