1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

0.5 version

This commit is contained in:
Guillaume Ayoub 2011-04-02 11:37:42 +02:00
parent 2e1b51e3c1
commit b19b4c8810
3 changed files with 5 additions and 9 deletions

View file

@ -49,7 +49,7 @@ except ImportError:
from radicale import acl, config, ical, xmlutils
VERSION = "git"
VERSION = "0.5"
def _check(request, function):
"""Check if user has sufficient rights for performing ``request``."""