mirror of
https://github.com/django/daphne.git
synced 2025-04-21 17:22:03 +03:00
Merge pull request #25 from wengole/master
Use Django's six and require Django instead of six
This commit is contained in:
commit
7b3845b0b2
|
@ -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