mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Use relative imports
This commit is contained in:
parent
9f446cb261
commit
98bbe61f67
13 changed files with 35 additions and 33 deletions
|
@ -30,7 +30,7 @@ supported, but md5 is not (see ``htpasswd`` man page to understand why).
|
|||
import base64
|
||||
import hashlib
|
||||
|
||||
from radicale import config
|
||||
from .. import config
|
||||
|
||||
|
||||
FILENAME = config.get("auth", "htpasswd_filename")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue