Merge pull request from untitaker/issue143

Fix 
This commit is contained in:
Guillaume Ayoub 2014-06-15 09:58:12 +02:00
commit 5ec46f551c

@ -508,6 +508,7 @@ def report(path, xml_request, collection):
tag_filters = set(
element.get("name") for element
in root.findall(".//%s" % _tag("C", "comp-filter")))
tag_filters.discard('VCALENDAR')
else:
hreferences = ()
tag_filters = None