mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
More flake fixes
This commit is contained in:
parent
caca13c2bc
commit
b468ddd930
|
@ -10,7 +10,6 @@ from threading import Lock
|
||||||
from django import http
|
from django import http
|
||||||
from django.core import signals
|
from django.core import signals
|
||||||
from django.core.handlers import base
|
from django.core.handlers import base
|
||||||
from django.core.management.color import color_style
|
|
||||||
from django.core.urlresolvers import set_script_prefix
|
from django.core.urlresolvers import set_script_prefix
|
||||||
from django.utils import six
|
from django.utils import six
|
||||||
from django.utils.functional import cached_property
|
from django.utils.functional import cached_property
|
||||||
|
|
|
@ -104,6 +104,7 @@ class Command(RunserverCommand):
|
||||||
|
|
||||||
sys.stderr.write(msg)
|
sys.stderr.write(msg)
|
||||||
|
|
||||||
|
|
||||||
class WorkerThread(threading.Thread):
|
class WorkerThread(threading.Thread):
|
||||||
"""
|
"""
|
||||||
Class that runs a worker
|
Class that runs a worker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user