diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-02 13:12:09 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-02 13:12:09 -0700 |
| commit | 7548aa8ffd46eb6e0f73730d1b2eb515ba581f95 (patch) | |
| tree | 963393779f4c8c33351ea605f708f8da7d9f70bf /django/middleware/gzip.py | |
| parent | 65c4ac3b2434d1828cb76c9f4454fe64e81354ee (diff) | |
More attacking E302 violators
Diffstat (limited to 'django/middleware/gzip.py')
| -rw-r--r-- | django/middleware/gzip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/middleware/gzip.py b/django/middleware/gzip.py index fb54501a03..e9e955d704 100644 --- a/django/middleware/gzip.py +++ b/django/middleware/gzip.py @@ -5,6 +5,7 @@ from django.utils.cache import patch_vary_headers re_accepts_gzip = re.compile(r'\bgzip\b') + class GZipMiddleware(object): """ This middleware compresses content if the browser allows gzip compression. |
