Merge pull request #5225 from achillesrasquinha/dill
removed dill, revert to cPickle
This commit is contained in:
commit
48205d2cd4
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,5 @@ premailer
|
|||
croniter
|
||||
googlemaps
|
||||
mycli
|
||||
dill
|
||||
braintree
|
||||
future
|
||||
Loading…
Add table
Reference in a new issue