Bug fix.
authorAntony Chazapis <chazapis@gmail.com>
Mon, 4 Jul 2011 21:48:32 +0000 (00:48 +0300)
committerAntony Chazapis <chazapis@gmail.com>
Mon, 4 Jul 2011 21:48:32 +0000 (00:48 +0300)
pithos/api/util.py

index 430cac5..5d45c62 100644 (file)
@@ -44,7 +44,7 @@ from django.utils.http import http_date, parse_etags
 
 from pithos.api.compat import parse_http_date_safe, parse_http_date
 from pithos.api.faults import (Fault, NotModified, BadRequest, Unauthorized, ItemNotFound,
-                                LengthRequired, PreconditionFailed, RangeNotSatisfiable,
+                                Conflict, LengthRequired, PreconditionFailed, RangeNotSatisfiable,
                                 ServiceUnavailable)
 from pithos.backends import backend
 from pithos.backends.base import NotAllowedError