Commit 2e4feb03 authored by Jim Fulton's avatar Jim Fulton

Added hack to revice PersistentMapping module. Waaaaa :(

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