1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Refactoring

This commit is contained in:
Tuna Celik 2020-08-17 02:23:49 +02:00
parent 389a6b9906
commit bfe4332ac5
5 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@ import string
from collections import OrderedDict
from configparser import RawConfigParser
from radicale import auth, rights, storage, web, hook
from radicale import auth, hook, rights, storage, web
DEFAULT_CONFIG_PATH = os.pathsep.join([
"?/etc/radicale/config",