mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
Mark as deprecated
This commit is contained in:
parent
b4f8f0a746
commit
f0b898a27b
1 changed files with 3 additions and 1 deletions
|
@ -28,7 +28,9 @@ Features:
|
|||
import pkg_resources
|
||||
|
||||
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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue