Remove all endpoints that return forms.

This commit is contained in:
sneakypete81 2013-09-07 11:30:27 +01:00
parent adecf7aad0
commit a4add97f59
8 changed files with 0 additions and 90 deletions

View file

@ -35,10 +35,6 @@ class Album(TroveboxObject):
self._delete_fields()
return result
def form(self, **kwds):
""" Not implemented yet """
raise NotImplementedError()
# TODO: Should be just "add"
def add_photos(self, photos, **kwds):
""" Not implemented yet """