Configuration cleanup.

This commit is contained in:
Guillaume Ayoub
2010-01-16 13:33:50 +01:00
parent 4ee09cf817
commit f1c8497f3b
6 changed files with 37 additions and 25 deletions

View File

@@ -21,11 +21,11 @@
"""
Fake ACL.
Just load the default user set in configuration, with no rights management.
Just load the default user "radicale", with no rights management.
"""
from radicale import config
def users():
"""Get the list of all users."""
return [config.get("acl", "user")]
return ["radicale"]