Pylint, remove fixed todos

This commit is contained in:
Guillaume Ayoub 2011-01-09 17:41:42 +01:00
parent 039e868e5f
commit d11d4cc8c1
5 changed files with 3 additions and 5 deletions

View file

@ -150,7 +150,7 @@ def propfind(path, xml_request, calendar, depth):
element.append(tag)
elif tag == _tag("C", "supported-calendar-component-set"):
comp = ET.Element(_tag("C", "comp"))
comp.set("name", "VTODO")
comp.set("name", "VTODO") # pylint: disable=W0511
element.append(comp)
comp = ET.Element(_tag("C", "comp"))
comp.set("name", "VEVENT")