On Fri, 20 Feb 2004, David Binger wrote: [...] > That is a problem I can fix. I'll get a 0.2 release out asap, > maybe today. Great! I really appreciate your quick response (just got your announcement of updated tarball). > > I don't think so: base._open_database() just calls > > dulcinea.database.ObjectDatabase.open(), and I grepped Dulcinea for > > 'user_db', so I'm pretty confident it's not set from there. > > > > This would not show up in a grep. > > ObjectDatabase.open() calls ObjectDatabase.update_root_accessors(), > which does the dirty business. Ah, of course. Isn't it redundant to have both these root accessor attributes *and* .get_root_object()? Thanks John