def __init__(self, message = None): status = "404 Not Found" headers = {"Content-Type": "application/rss+xml"} web.HTTPError.__init__(self, status, headers, message)