• Marius Gedminas's avatar
    Depend on zodbpickle on Python 3 · 66cb84d3
    Marius Gedminas authored
    Since now we need to pass an extra argument to loads() and Unpickler(),
    but only on Python 3, the old way of ``from ZODB._compat import pickle``
    no longer pays out, and I had to import the names directly.
    66cb84d3
fstools.py 4.65 KB