diff --git a/frappe/utils/redis_wrapper.py b/frappe/utils/redis_wrapper.py index fe90f561f6..4feafda718 100644 --- a/frappe/utils/redis_wrapper.py +++ b/frappe/utils/redis_wrapper.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals import redis, frappe, re -import cPickle as pickle +from six.moves import cPickle as pickle from frappe.utils import cstr from six import iteritems