comparison configmix/config.py @ 208:bbe8513ea649

Handle flake8 E265 "block comment should start with '# ': use '# :-' instead of '#-' to mark copyright and license comments
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 05 May 2019 18:40:03 +0200
parents b3b5ed34d180
children 13711ba8e81e
comparison
equal deleted inserted replaced
207:b3b5ed34d180 208:bbe8513ea649
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 #- 2 # :-
3 # :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved. 3 # :Copyright: (c) 2015-2019, 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 """The unified configuration dictionary with attribute support or 6 """The unified configuration dictionary with attribute support or
7 variable substitution. 7 variable substitution.
8 8
9 """ 9 """
10 10