Fork vobject

This commit is contained in:
Unrud
2018-04-26 00:05:03 +02:00
committed by Unrud
parent 735bec6be2
commit 126a31c82a
12 changed files with 4146 additions and 5 deletions

View File

@ -49,7 +49,7 @@ from http import client
from urllib.parse import unquote, urlparse
from xml.etree import ElementTree as ET
import vobject
import radicale_vobject as vobject
from radicale import auth, config, log, rights, storage, web, xmlutils

View File

@ -44,7 +44,7 @@ from math import log
from random import getrandbits
from tempfile import NamedTemporaryFile, TemporaryDirectory
import vobject
import radicale_vobject as vobject
if sys.version_info >= (3, 5):
# HACK: Avoid import cycle for Python < 3.5