Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/compat.py @ 359:ce2a8f5a2fb2
Extend copyright year in compat.py to 2021
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 24 Jun 2021 22:01:53 +0200 |
| parents | 396d8d9aaead |
| children | b96f49c9c76b |
comparison
equal
deleted
inserted
replaced
| 358:8ce46c9e70ab | 359:ce2a8f5a2fb2 |
|---|---|
| 1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
| 2 # :- | 2 # :- |
| 3 # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved. | 3 # :Copyright: (c) 2015-2021, 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 """Some minimal compatibility shim between Python2 and Python3 | 6 """Some minimal compatibility shim between Python2 and Python3 |
| 7 | 7 |
| 8 """ | 8 """ |
