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:
Adrian Holovaty 2006-04-11 03:30:10 +00:00
parent 51a6d81d72
commit 8ac114c017
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ class BaseHandler:
Returns an HttpResponse that displays a TECHNICAL error message for a
fundamental database or coding error.
"""
import sys
from django.views import debug
if is404:
return debug.technical_404_response(request, exception)