Remove useless constant
This commit is contained in:
		| @@ -349,8 +349,7 @@ class Application( | ||||
|                                           xml_declaration=True) | ||||
|         return f.getvalue() | ||||
|  | ||||
|     def _webdav_error_response(self, human_tag, | ||||
|                                status=httputils.WEBDAV_PRECONDITION_FAILED[0]): | ||||
|     def _webdav_error_response(self, human_tag, status=client.CONFLICT): | ||||
|         """Generate XML error response.""" | ||||
|         headers = {"Content-Type": "text/xml; charset=%s" % self._encoding} | ||||
|         content = self._write_xml_content(xmlutils.webdav_error(human_tag)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Unrud
					Unrud