Skip to content

Commit 030bb48

Browse files
committed
add utf8 encoding statement
1 parent 4146795 commit 030bb48

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

python/shared/actions.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
import sys
24
from shared.services import find_service
35

python/shared/jsr223.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
import sys
24
from org.osgi.framework import FrameworkUtil
35

python/shared/services.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
import sys
24
from org.osgi.framework import FrameworkUtil
35

python/shared/triggers.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
from shared.jsr223 import scope
24

35
import uuid

0 commit comments

Comments
 (0)