weechat-matrix: Use unicode literals in the message renderer.
This commit is contained in:
parent
6cc6da45ec
commit
64712a9e74
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
"""Module for rendering matrix messages in Weechat."""
|
||||
|
||||
from __future__ import unicode_literals
|
||||
from nio import Api
|
||||
from .globals import W
|
||||
from .colors import Formatted
|
||||
|
|
Loading…
Reference in a new issue