Commit 506733d9 authored by Jim Fulton's avatar Jim Fulton

Added code to fake out BoboPOS.PersistentMapping. Waaaa.

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