diff --git a/src/httpaste/controller/paste/__init__.py b/src/httpaste/controller/paste/__init__.py index 08a74a1..e6efa93 100644 --- a/src/httpaste/controller/paste/__init__.py +++ b/src/httpaste/controller/paste/__init__.py @@ -6,7 +6,7 @@ from httpaste.helper.common import decode, DecodeError, join_url import httpaste.model.paste as paste_model import httpaste.model.user as user_model from httpaste.backend import load_backend -from httpaste.helper.http import BadRequestError, GoneError, NotFoundError +from httpaste.helper.http import BadRequestError, GoneError, NotFoundError, ForbiddenError from httpaste.helper.syntax import highlight from httpaste.schema import ( PasteKey,