mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +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 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