mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
add encoding tag to __init__ files
This commit is contained in:
parent
1de0ad74b6
commit
7e611973ee
|
|
@ -0,0 +1 @@
|
|||
# coding=utf-8
|
||||
|
|
@ -0,0 +1 @@
|
|||
# coding=utf-8
|
||||
|
|
@ -0,0 +1 @@
|
|||
# coding=utf-8
|
||||
|
|
@ -0,0 +1 @@
|
|||
# coding=utf-8
|
||||
|
|
@ -0,0 +1 @@
|
|||
# coding=utf-8
|
||||
|
|
@ -0,0 +1 @@
|
|||
# coding=utf-8
|
||||
|
|
@ -0,0 +1 @@
|
|||
# coding=utf-8
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
"""
|
||||
|
||||
|
||||
import pytest # import the pytest framework
|
||||
# import pytest # import the pytest framework
|
||||
|
||||
import boswatch.utils.header
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue