Commit 07c21671 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 47ef5fd6
......@@ -61,6 +61,8 @@ class TracePersistent(origPersistent):
# XXX __get__/__set__/__delete__ ?
TracePersistent.__module__ = 'persistent'
TracePersistent.__name__ = 'Persistent'
persistent.Persistent = TracePersistent
# XXX patch BTrees to trace item access
......
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