diff configmix/variables.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
line wrap: on
line diff
--- a/configmix/variables.py	Sun May 05 18:29:47 2019 +0200
+++ b/configmix/variables.py	Sun May 05 18:40:03 2019 +0200
@@ -1,8 +1,8 @@
 # -*- coding: utf-8 -*-
-#-
+# :-
 # :Copyright: (c) 2015-2019, Franz Glasner. All rights reserved.
 # :License:   3-clause BSD. See LICENSE.txt for details.
-#-
+# :-
 """Variable interpolation: implementation of namespaces and filters
 
 """