mirror of
https://github.com/django/daphne.git
synced 2025-04-21 09:12:03 +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 six import PY3
|
||||
from django.utils.six import PY3
|
||||
|
||||
|
||||
def encode_response(response):
|
||||
|
|
Loading…
Reference in New Issue
Block a user