Skip to content

Commit 21b60a3

Browse files
Use unicode literals
1 parent a05cd74 commit 21b60a3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

textile/objects/block.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
from __future__ import unicode_literals
3+
14
try:
25
from collections import OrderedDict
36
except ImportError:

0 commit comments

Comments
 (0)