mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
parent
d37a533423
commit
87a68a6ea8
12 changed files with 5 additions and 4146 deletions
|
@ -49,7 +49,7 @@ from http import client
|
|||
from urllib.parse import unquote, urlparse
|
||||
from xml.etree import ElementTree as ET
|
||||
|
||||
import radicale_vobject as vobject
|
||||
import vobject
|
||||
|
||||
from radicale import auth, config, log, rights, storage, web, xmlutils
|
||||
|
||||
|
|
|
@ -44,7 +44,7 @@ from math import log
|
|||
from random import getrandbits
|
||||
from tempfile import NamedTemporaryFile, TemporaryDirectory
|
||||
|
||||
import radicale_vobject as vobject
|
||||
import vobject
|
||||
|
||||
if sys.version_info >= (3, 5):
|
||||
# HACK: Avoid import cycle for Python < 3.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue