This may not help, but anyway. :) In Zope, I did this: I moved the class to the module I wanted it. I also kept a "dummy class" in the old place like so:
from newplace import class so that the old objects worked. Then I wrote a script to go through the ZODB and recreate every object. I then could remove the dummy import. Kaching! _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev