ircbot: use unicode_literals
desperate attempt to make unicode handling in this code better
This commit is contained in:
parent
196e12b5d0
commit
fd85d37474
@ -1,5 +1,7 @@
|
|||||||
"""Provide the base IRC client bot which other code can latch onto."""
|
"""Provide the base IRC client bot which other code can latch onto."""
|
||||||
|
|
||||||
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import bisect
|
import bisect
|
||||||
import collections
|
import collections
|
||||||
import copy
|
import copy
|
||||||
|
Loading…
Reference in New Issue
Block a user