diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-11-23 18:55:28 +0100 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-11-23 18:55:28 +0100 |
| commit | cf7ddc576583a15dec0800f4146c2e979795bf30 (patch) | |
| tree | 3795d0db268ddeeec09b9ec1631654cc5f55c337 /tests/cache | |
| parent | 42fef2944640659b95679381a9c8f02b3be884b1 (diff) | |
Follow up to e112654fc81ddb3fbffbb8382b004d69367a85fe
Actually comitted the code now :รพ
Diffstat (limited to 'tests/cache')
| -rw-r--r-- | tests/cache/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py index b03c3494fc..bf1543ce8a 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -5,7 +5,6 @@ from __future__ import unicode_literals import os -import pickle import re import shutil import tempfile @@ -32,6 +31,7 @@ from django.utils import timezone from django.utils import translation from django.utils.cache import (patch_vary_headers, get_cache_key, learn_cache_key, patch_cache_control, patch_response_headers) +from django.utils.six.moves import cPickle as pickle from django.utils.encoding import force_text from django.views.decorators.cache import cache_page |
