[Zope] creating z-class in folder

Jorg E. Rødsjø jorgelr@stud.ntnu.no
Tue, 10 Dec 2002 14:56:29 +0100


I am trying to create a z-class (which resides in a product I have made) in a given folder through a python script.

My syntax is obviously wrong (since it is not working), but alas I cannot find out what it
is.. anyone?

context.manage_addProduct['productName'].manage_z-class-constructor("spam")

-jorg