Skip to content

Import cPickle from six

elynn requested to merge lynic:patch-1 into master

Directly import cpickle won't work on my env, this patch make import cPickle from six to make it compatible with python3

Merge request reports