From cf7ddc576583a15dec0800f4146c2e979795bf30 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Sat, 23 Nov 2013 18:55:28 +0100 Subject: Follow up to e112654fc81ddb3fbffbb8382b004d69367a85fe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actually comitted the code now :รพ --- tests/cache/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cache') 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 -- cgit v1.3