Fix up old identifier

This commit is contained in:
Markus Unterwaditzer 2014-03-01 22:37:46 +01:00
parent 5eb4cbb429
commit 5de541bab7

View file

@ -197,7 +197,7 @@ class CaldavStorage(Storage):
rv.append((href, Item(obj), etag))
hrefs_left.remove(href)
for href in hrefs_left:
raise exceptions.NotFound(href)
raise exceptions.NotFoundError(href)
return rv
def get(self, href):