Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/yaml.py @ 593:f454889e41fa
Adjust copyright year (the end) to 2022
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 09 Jan 2022 21:04:11 +0100 |
| parents | eed16a1ec8f3 |
| children | 80d203ed3556 |
comparison
equal
deleted
inserted
replaced
| 592:eae394e86e22 | 593:f454889e41fa |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | 2 # :- |
| 3 # :Copyright: (c) 2015-2021, Franz Glasner. All rights reserved. | 3 # :Copyright: (c) 2015-2022, Franz Glasner. All rights reserved. |
| 4 # :License: BSD-3-Clause. See LICENSE.txt for details. | 4 # :License: BSD-3-Clause. See LICENSE.txt for details. |
| 5 # :- | 5 # :- |
| 6 """Simple wrapper for :mod:`yaml` to support all-unicode strings when | 6 """Simple wrapper for :mod:`yaml` to support all-unicode strings when |
| 7 loading configuration files. | 7 loading configuration files. |
| 8 | 8 |
