Revert "Fork vobject"

This reverts commit 126a31c82a.
This commit is contained in:
Unrud
2018-08-14 18:45:21 +02:00
parent d37a533423
commit 87a68a6ea8
12 changed files with 5 additions and 4146 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 radicale_vobject as vobject
import 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 radicale_vobject as vobject
import vobject
if sys.version_info >= (3, 5):
# HACK: Avoid import cycle for Python < 3.5