comparison configmix/compat.py @ 237:13711ba8e81e

Adjust copyright year to 2020
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2020 09:33:34 +0200
parents c8d071581a4c
children ff964825a75a
comparison
equal deleted inserted replaced
236:c97ca53a73e1 237:13711ba8e81e
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # :- 2 # :-
3 # :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. 3 # :Copyright: (c) 2015-2020, Franz Glasner. All rights reserved.
4 # :License: 3-clause BSD. See LICENSE.txt for details. 4 # :License: 3-clause BSD. 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 """