Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Added HttpResponseServerError to imports. Bug 663839.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Wenzel committed Jun 15, 2011
1 parent 3fa2feb commit 9e63b7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ffdemo/markup/requests.py
@@ -1,5 +1,6 @@
from django.http import (HttpResponse, HttpResponseBadRequest,
HttpResponseNotFound, HttpResponseServerError)
HttpResponseForbidden, HttpResponseNotFound,
HttpResponseServerError)
from ffdemo.markup.models import Mark
from ffdemo.markup import common
from django.utils import simplejson
Expand Down

1 comment on commit 9e63b7d

@m8ttyB
Copy link

@m8ttyB m8ttyB commented on 9e63b7d Jun 16, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks wenzel ... I thought it might be as simple as that.

Please sign in to comment.