Commit e832d0c5 authored by Jim Fulton's avatar Jim Fulton

Added check for PersistentMapping module.

parent 2820a4ef
......@@ -241,6 +241,7 @@ def _global(m, n):
m=n='ExtensionClass'
else:
raise 'Unexpected BoboPOS class', (m, n)
elif m=='PersistentMapping': m='Persistence'
return Global(m,n)
......
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