No need to define NotImplementedError, Python has its own.

This commit is contained in:
sneakypete81 2013-05-15 19:04:30 +01:00
parent 20e526c28c
commit b124b48a75
3 changed files with 6 additions and 11 deletions

View file

@ -9,8 +9,3 @@ class OpenPhotoDuplicateError(OpenPhotoError):
class OpenPhoto404Error(Exception):
""" Indicates that an Http 404 error code was received (resource not found) """
pass
class NotImplementedError(OpenPhotoError):
""" Indicates that the API function has not yet been coded - please help! """
pass