Skip to content

Commit 91c8980

Browse files
nikepanssbarnea
authored andcommitted
added unicode literals to exceptions
1 parent 013fa17 commit 91c8980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jira/exceptions.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
from __future__ import unicode_literals
13
import os
24
import tempfile
35

0 commit comments

Comments
 (0)