Merge pull request #5225 from achillesrasquinha/dill

removed dill, revert to cPickle
This commit is contained in:
Achilles Rasquinha 2018-03-19 22:05:44 +05:30 committed by GitHub
commit 48205d2cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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