25 Sep
2003
25 Sep
'03
12:22 p.m.
Dieter Maurer wrote:
Somehow, you succeeded to let Python think this class were defined in "App.PersistentExtra".
I have no idea how you could do that...
class Autores: def __init__( self, file='dcAuthor.fs' ): self.file= file self.db = ZODB.DB( FileStorage( file ) ) self.co = self.db.open() self.root= self.co.root() I'm pretty sure this code is suicidal ;-) Chris