Hi All,

I used to do this:

>>> import transaction
>>> with transaction:
...   print 'hello'
...
Traceback (most recent call last):
  File "<console>", line 1, in <module>
AttributeError: __exit__

When did that stop working and what should I now do instead?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk
_______________________________________________
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to