[Zope-dev] Re: [ZPatterns] HowTo: Make an Image/File a DataSkin ???

Steve Alexander steve@cat-box.net
Wed, 11 Jul 2001 08:03:01 +0100


Steve Spicklemire wrote:

> 
> Hi Ulrich,
> 
> 	Hmm.. can you just call DataSkin.__init__(self, id) in the File's constructor?


You might need to do it like this:

   DataSkin.inheritedAttribute('__init__')(self, id)

--
Steve Alexander