Commit d0ba2f3f authored by Jim Fulton's avatar Jim Fulton

Complete the masquerade of BoboPOS.

parent 97190089
......@@ -100,6 +100,7 @@ if not hasattr(Persistence, 'Persistent'):
if not hasattr(Persistence, 'PersistentMapping'):
import PersistentMapping
sys.modules['PersistentMapping']=PersistentMapping
sys.modules['BoboPOS']=sys.modules['ZODB']
sys.modules['BoboPOS.PersistentMapping']=PersistentMapping
PersistentMapping=PersistentMapping.PersistentMapping
from PersistentMapping import PersistentMapping
......
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