Mark as deprecated
This commit is contained in:
parent
59e4f2d594
commit
4224c60e9b
@ -28,7 +28,9 @@ Features:
|
|||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
||||||
from radicale import config, httputils, types, web
|
from radicale import config, httputils, types, web
|
||||||
from radicale.httputils import FALLBACK_MIMETYPE, MIMETYPES # noqa:F401
|
|
||||||
|
MIMETYPES = httputils.MIMETYPES # deprecated
|
||||||
|
FALLBACK_MIMETYPE = httputils.FALLBACK_MIMETYPE # deprecated
|
||||||
|
|
||||||
|
|
||||||
class Web(web.BaseWeb):
|
class Web(web.BaseWeb):
|
||||||
|
Loading…
Reference in New Issue
Block a user