1
0
mirror of https://github.com/django/django.git synced 2025-07-04 17:59:13 +00:00

magic-removal: removed accidentally added import statement from last commit

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Luke Plant 2006-03-30 22:25:54 +00:00
parent 9db4a5e5ed
commit 835dc7e863

View File

@ -15,7 +15,6 @@ import re
from django.utils.decorators import decorator_from_middleware
from django.utils.cache import patch_cache_control, patch_response_headers
from django.middleware.cache import CacheMiddleware
import datetime
cache_page = decorator_from_middleware(CacheMiddleware)