Skip to content

Commit 8c83328

Browse files
author
Gonchik Tsymzhitov
committed
Fix problem with cyrrilic on py2
1 parent 7a16b47 commit 8c83328

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

atlassian/bamboo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf8 -*-
12
import logging
23
from .rest_client import AtlassianRestAPI
34

atlassian/bitbucket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf8 -*-
12
import logging
23
from .rest_client import AtlassianRestAPI
34

atlassian/crowd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf8 -*-
12
import logging
23
from .rest_client import AtlassianRestAPI
34

atlassian/portfolio.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf8 -*-
12
import logging
23
from .rest_client import AtlassianRestAPI
34

atlassian/rest_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf8 -*-
12
import json
23
import logging
34
from six.moves.urllib.parse import urlencode, urljoin

atlassian/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*- coding: utf8 -*-
12
import logging
23
import re
34

0 commit comments

Comments
 (0)