Django

Code

Changeset 6635

Show
Ignore:
Timestamp:
10/30/07 23:04:07 (8 months ago)
Author:
gwilson
Message:

Removed unused variable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/middleware/http.py

    r6634 r6635  
    2424 
    2525        if response.has_header('Last-Modified'): 
    26             last_mod = response['Last-Modified'] 
    2726            if_modified_since = request.META.get('HTTP_IF_MODIFIED_SINCE', None) 
    2827            if if_modified_since == response['Last-Modified']: