karma: use unicode_literals

This commit is contained in:
Brian S. Stephan 2015-05-27 20:05:04 -05:00
parent 291c88755d
commit fefbcf695e
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
"""Karma hooks for the IRC bot."""
from __future__ import unicode_literals
import logging
import re