Removed unneeded 'import sys' from base.py handler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2668 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
51a6d81d72
commit
8ac114c017
|
@ -134,7 +134,6 @@ class BaseHandler:
|
||||||
Returns an HttpResponse that displays a TECHNICAL error message for a
|
Returns an HttpResponse that displays a TECHNICAL error message for a
|
||||||
fundamental database or coding error.
|
fundamental database or coding error.
|
||||||
"""
|
"""
|
||||||
import sys
|
|
||||||
from django.views import debug
|
from django.views import debug
|
||||||
if is404:
|
if is404:
|
||||||
return debug.technical_404_response(request, exception)
|
return debug.technical_404_response(request, exception)
|
||||||
|
|
Loading…
Reference in New Issue