Version management, next version is 0.3.

This commit is contained in:
Guillaume Ayoub
2010-05-31 00:49:52 +02:00
parent dbe614552a
commit 054950be54
4 changed files with 22 additions and 5 deletions

View File

@ -49,6 +49,8 @@ except ImportError:
from radicale import acl, config, ical, xmlutils
VERSION = "0.3-git"
def _check(request, function):
"""Check if user has sufficient rights for performing ``request``."""
authorization = request.headers.get("Authorization", None)