mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-12-23 23:23:06 +11:00
Missing immport
This commit is contained in:
parent
f66c51f30f
commit
0722c78e17
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
from django.shortcuts import render_to_response, get_object_or_404, get_list_or_404
|
||||
from django.template.context import RequestContext
|
||||
from django.http import HttpResponseRedirect, HttpResponseBadRequest, HttpResponse, HttpResponseForbidden
|
||||
from django.http import Http404, HttpResponseRedirect, HttpResponseBadRequest, \
|
||||
HttpResponse, HttpResponseForbidden
|
||||
from django.conf import settings
|
||||
from django.core.exceptions import ObjectDoesNotExist, MultipleObjectsReturned
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
|
Loading…
Reference in a new issue