Fix unicode channel names in Python 2

This commit is contained in:
Andrew Godwin 2017-03-28 11:33:53 -07:00
parent 2d2a0cf822
commit cddb0aa89e

View File

@ -1,3 +1,5 @@
from __future__ import unicode_literals
import logging
import random
import string