Re: [Zope] transaction.begin() ??

2006-06-16 Thread Dieter Maurer
robert rottermann wrote at 2006-6-16 10:03 +0200: >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 tr

Re: [Zope] transaction.begin() ??

2006-06-16 Thread Andreas Jung
--On 16. Juni 2006 10:17:18 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: Andreas Jung wrote: --On 16. Juni 2006 10:03:23 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: in a unittest I use transaction.begin() as follows: import transaction transaction.get().begin() I then get

Re: [Zope] transaction.begin() ??

2006-06-16 Thread robert rottermann
Andreas Jung wrote: --On 16. Juni 2006 10:03:23 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: 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'

Re: [Zope] transaction.begin() ??

2006-06-16 Thread Andreas Jung
--On 16. Juni 2006 10:03:23 +0200 robert rottermann <[EMAIL PROTECTED]> wrote: 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

[Zope] transaction.begin() ??

2006-06-16 Thread robert rottermann
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 ex