mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 06:37:36 +03:00
Use relative imports
This commit is contained in:
parent
9f446cb261
commit
98bbe61f67
13 changed files with 35 additions and 33 deletions
|
@ -35,7 +35,7 @@ except ImportError:
|
|||
import re
|
||||
import xml.etree.ElementTree as ET
|
||||
|
||||
from radicale import client, config, ical, rights
|
||||
from . import client, config, ical, rights
|
||||
|
||||
|
||||
NAMESPACES = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue