1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Correct wrong module paths

This commit is contained in:
Unrud 2017-05-29 02:04:31 +02:00
parent 06efdb17ae
commit 1ab2f6cefb

View file

@ -59,11 +59,11 @@ Radicale's source code for more information.
## Rights management plugins
This plugin type is used to check if a user has access to a path.
The module must contain a class `Rights` that extends
`radicale.auth.BaseAuth`. Take a look at the file `radicale/rights.py` in
`radicale.rights.BaseRights`. Take a look at the file `radicale/rights.py` in
Radicale's source code for more information.
## Storage plugins
This plugin is used to store collections and items.
The module must contain a class `Storage` that extends
`radicale.auth.BaseStorage`. Take a look at the file `radicale/storage.py` in
Radicale's source code for more information.
`radicale.storage.BaseStorage`. Take a look at the file `radicale/storage.py`
in Radicale's source code for more information.