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

Python 3 support and minor fixes.

This commit is contained in:
Guillaume Ayoub 2010-01-15 16:04:03 +01:00
parent 4a0d3936e8
commit 4ee09cf817
11 changed files with 66 additions and 70 deletions

View file

@ -25,7 +25,7 @@ This module loads a list of users with access rights, according to the acl
configuration.
"""
from .. import config
from radicale import config
_acl = __import__(config.get("acl", "type"), locals(), globals())