Comment 6 for bug 129715

Revision history for this message
James Henstridge (jamesh) wrote :

I didn't have any problem importing from ZODB at the toplevel.

The comment in _transaction.py indicates that the problem was related to a circular import between ZODB and transaction which caused the import problem. As storm is outside of this import loop, I am surprised that you ran into a problem.