[PEAK] assembling components from ZConfig
alexander smishlajev
alex at ank-sia.com
Mon Oct 25 12:09:05 EDT 2004
Phillip J. Eby wrote, at 24.10.2004 0:03:
>> class Beacon(Assembler):
>>
>> components = [] # filled from ZConfig
>> _need_assembly_ = [("components", True)]
>
> It should suffice to have 'components = binding.Make(list)' or
> 'components=binding.Require("to be filled by ZConfig")' or some such,
> and without any need for an 'Assembler' class.
that did it. thank you.
best wishes,
alex.
More information about the PEAK
mailing list