Mercurial > hgrepos > Python > libs > ConfigMix
view tests/data/conf1.ini @ 107:2ee042791197
Don't read the first configuration file a second time.
Because of merging nothing bad happend with the old implementation.
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sat, 24 Mar 2018 15:34:52 +0100 |
| parents | a0ed95975980 |
| children | ba5970a2dcef |
line wrap: on
line source
# -*- coding: utf-8 -*- [config] key1 = the value key2 = :int:2 key3 = :float:5.7 key4 = :bool:yes key5 = :bool:off key6 = :int:0o377
