add encoding tag to __init__ files

This commit is contained in:
Bastian Schroll 2018-01-05 14:34:27 +01:00
parent 1de0ad74b6
commit 7e611973ee
8 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1 @@
# coding=utf-8

View file

@ -0,0 +1 @@
# coding=utf-8

View file

@ -0,0 +1 @@
# coding=utf-8

View file

@ -0,0 +1 @@
# coding=utf-8

View file

@ -0,0 +1 @@
# coding=utf-8

View file

@ -0,0 +1 @@
# coding=utf-8

View file

@ -0,0 +1 @@
# coding=utf-8

View file

@ -16,7 +16,7 @@
"""
import pytest # import the pytest framework
# import pytest # import the pytest framework
import boswatch.utils.header