mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Use Django's six and require Django instead of six
This commit is contained in:
parent
dae0b257d6
commit
21b54e7db8
|
@ -1,5 +1,5 @@
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
from six import PY3
|
from django.utils.six import PY3
|
||||||
|
|
||||||
|
|
||||||
def encode_response(response):
|
def encode_response(response):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user