weechat-matrix: Use unicode literals in the message renderer.

This commit is contained in:
Damir Jelić 2019-09-11 20:30:58 +02:00
parent 6cc6da45ec
commit 64712a9e74

View file

@ -17,6 +17,7 @@
"""Module for rendering matrix messages in Weechat.""" """Module for rendering matrix messages in Weechat."""
from __future__ import unicode_literals
from nio import Api from nio import Api
from .globals import W from .globals import W
from .colors import Formatted from .colors import Formatted