[Zope] Deleting an object from python (command line)

Stefan H. Holek stefan@epy.co.at
Wed, 3 Oct 2001 10:21:12 +0200 (CEST)


On Tue, 2 Oct 2001, Gilles Lenfant wrote:

> do you mean I should write
> >>> app.get_transaction().commit()

just 

>>> get_transaction().commit()

got nothing to do with the app object

Stefan