mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Fix unicode channel names in Python 2
This commit is contained in:
parent
2d2a0cf822
commit
cddb0aa89e
|
@ -1,3 +1,5 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
import logging
|
||||
import random
|
||||
import string
|
||||
|
|
Loading…
Reference in New Issue
Block a user