ircbot: use unicode_literals

desperate attempt to make unicode handling in this code better
This commit is contained in:
Brian S. Stephan 2015-05-15 21:20:10 -05:00
parent 196e12b5d0
commit fd85d37474
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
"""Provide the base IRC client bot which other code can latch onto."""
from __future__ import unicode_literals
import bisect
import collections
import copy