removed dill, revert to cPickle

This commit is contained in:
Achilles Rasquinha 2018-03-19 19:23:14 +05:30
parent 42321dbefd
commit 0bf3411391
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,7 @@
from __future__ import unicode_literals
import redis, frappe, re
# from six.moves import cPickle as pickle
import dill as pickle
from six.moves import cPickle as pickle
from frappe.utils import cstr
from six import iteritems

View file

@ -46,6 +46,5 @@ premailer
croniter
googlemaps
mycli
dill
braintree
future