mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-25 19:30:54 +00:00
Use relative imports
This commit is contained in:
parent
9f446cb261
commit
98bbe61f67
13 changed files with 35 additions and 33 deletions
|
@ -26,7 +26,8 @@ Authentication based on the ``python-ldap`` module
|
|||
"""
|
||||
|
||||
import ldap
|
||||
from radicale import config, log
|
||||
|
||||
from .. import config, log
|
||||
|
||||
|
||||
BASE = config.get("auth", "ldap_base")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue