Commit 26d111af authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0af12a50
......@@ -25,8 +25,8 @@ import (
"encoding/binary"
"fmt"
"lab.nexedi.com/kirr/go123/xerr"
pickle "github.com/kisielk/og-rek"
"lab.nexedi.com/kirr/go123/xerr"
)
// PyData represents raw data stored into ZODB by Python applications.
......@@ -122,8 +122,6 @@ func (jar *Connection) loadref(ref pickle.Ref) (_ interface{}, err error) {
return jar.get(class, oid)
}
// xpyclass verifies and extracts py class from unpickled value.
//
// it normalizes py class that has just been decoded from a serialized ZODB
......
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