[z3-checkins] r18099 - in z3/Five/branch/tziade_transaction: . bbb tests

Lennart Regebro regebro at gmail.com
Mon Oct 3 13:05:07 CEST 2005


I was able to circumnvent the problem by instead of doing

try:
    import Zope2
except ImportError:

I did:

try:
    import transaction
except ImportError:


Which is best I don't know, because I don't understand all the issues.


More information about the z3-checkins mailing list