mirror of https://github.com/peter4431/rq.git
parent
9318825429
commit
8da204f74a
@ -1,9 +0,0 @@
|
|||||||
from __future__ import absolute_import
|
|
||||||
try:
|
|
||||||
import cPickle as pickle
|
|
||||||
except ImportError:
|
|
||||||
import pickle # noqa
|
|
||||||
|
|
||||||
loads = pickle.loads
|
|
||||||
dumps = pickle.dumps
|
|
||||||
UnpicklingError = pickle.UnpicklingError
|
|
Loading…
Reference in New Issue