16 Jun
2006
16 Jun
'06
8:03 a.m.
in a unittest I use transaction.begin() as follows: import transaction transaction.get().begin() I then get the following error: AttributeError: 'Transaction' object has no attribute 'begin' when I look at the code I am unsure whether transaction should have a begin method. If it does not exist anymore, by what is the method replaced? thanks robert