Commit 759a55d0 authored by Jim Fulton's avatar Jim Fulton

Added ClassFactory.

parent c435eec8
......@@ -22,6 +22,8 @@ DB=ZODB.FileStorage.FileStorage(
DB=ZODB.DB(DB)
Globals.DB=DB # Ick, this is temporary until we come up with some registry
Globals.opened.append(DB)
import ClassFactory
DB.setClassFactory(ClassFactory.ClassFactory)
# Set up the "application" object that automagically opens
# connections
......
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