mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-16 19:00:54 +00:00
Use relative imports
This commit is contained in:
parent
9f446cb261
commit
98bbe61f67
13 changed files with 35 additions and 33 deletions
|
@ -32,7 +32,7 @@ Python 3.2 or newer is required for TLS.
|
|||
|
||||
import imaplib
|
||||
|
||||
from radicale import config, log
|
||||
from .. import config, log
|
||||
|
||||
IMAP_SERVER = config.get("auth", "imap_auth_host_name")
|
||||
IMAP_SERVER_PORT = config.get("auth", "imap_auth_host_port")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue