mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
Use relative imports
This commit is contained in:
parent
9f446cb261
commit
98bbe61f67
13 changed files with 35 additions and 33 deletions
|
@ -28,7 +28,7 @@ import json
|
|||
import time
|
||||
from contextlib import contextmanager
|
||||
|
||||
from radicale import config, ical
|
||||
from .. import config, ical
|
||||
|
||||
|
||||
FOLDER = os.path.expanduser(config.get("storage", "filesystem_folder"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue