Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/py.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 """Read configuration settings from Python files. | 6 """Read configuration settings from Python files. |
| 7 | 7 |
| 8 """ | 8 """ |
| 9 | 9 |
| 10 from __future__ import division, absolute_import, print_function | 10 from __future__ import division, absolute_import, print_function |
