[Zope-dev] Recursive Folder creation error

Chris Withers chrisw@nipltd.com
Tue, 17 Oct 2000 15:43:25 +0100


Jason Spisak wrote:
> 
> Zopists,
> 
> I tried the example given by Kapil Thangavelu.
> 
> from OFS import Folder

try replacing the above with:

from OFS.FOlder import Folder

cheers,

Chris