mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Rename loader to load_plugin
This commit is contained in:
parent
a8a1fc470b
commit
0cd95f8a39
5 changed files with 6 additions and 5 deletions
|
@ -28,7 +28,7 @@ INTERNAL_TYPES = ("none", "internal")
|
|||
|
||||
def load(configuration):
|
||||
"""Load the web module chosen in configuration."""
|
||||
return utils.loader(INTERNAL_TYPES, "web", "Web", configuration)
|
||||
return utils.load_plugin(INTERNAL_TYPES, "web", "Web", configuration)
|
||||
|
||||
|
||||
class BaseWeb:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue