Mercurial > hgrepos > Python > libs > ConfigMix
view tests/data/conf1.py @ 94:2b79ddc0f92b
Begin a basic introduction chapter
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 18 Mar 2018 16:45:51 +0100 |
| parents | 84b9578cacce |
| children | a0ed95975980 |
line wrap: on
line source
# -*- coding: utf-8 -*- key1 = u"the value" key2 = 2 key3 = 5.7 key4 = True key5 = False
