Commit f0e22dde authored by Jérome Perrin's avatar Jérome Perrin

fixup! XMLExportImport: WIP support pickle protocol 3 🚧

parent 98925763
......@@ -252,7 +252,6 @@ def reorderPickle(jar, p):
new_oid=storage.new_oid):
"Remap a persistent id to an existing ID and create a ghost for it."
print('persistent_load1', ooid)
if isinstance(ooid, tuple): ooid, klass = ooid
else: klass=None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment