Skip to content

Commit 0c5916e

Browse files
committed
Use six.unichr for Python 3.x
1 parent 8aab9d8 commit 0c5916e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html5lib/inputstream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from __future__ import absolute_import, division, unicode_literals
2-
from six import text_type
2+
from six import text_type, unichr
33
from six.moves import http_client
44

55
import codecs

0 commit comments

Comments
 (0)