diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-23 08:26:11 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-23 08:26:11 -0800 |
| commit | 0ec712dd1190f609d928bbaa1d635e692a75242b (patch) | |
| tree | 4e7aa13b67f2211917651212101e3341fb76f459 /django/core/cache/__init__.py | |
| parent | 1e970584178c44d561d54dc8bf0c3837b89bad5a (diff) | |
A handful of flake8 fixes
Diffstat (limited to 'django/core/cache/__init__.py')
| -rw-r--r-- | django/core/cache/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/core/cache/__init__.py b/django/core/cache/__init__.py index 6829b74772..2cdbe4a04d 100644 --- a/django/core/cache/__init__.py +++ b/django/core/cache/__init__.py @@ -114,6 +114,7 @@ class CacheHandler(object): caches = CacheHandler() + class DefaultCacheProxy(object): """ Proxy access to the default Cache object's attributes. |
