Chapter 9 - page 230 - line 1
ZopeSkel structure package changed for the Archetype template
Wrong
- interfaces.py: This file contains Zope 3 interfaces for this product.
Correct
- interfaces: in this folder you can find Python modules containing Zope 3 interfaces for this product. Consider that using previous versions of Paster you may find an interfaces.py module instead of having a folder.
Comments
The current version of ZopeSkel creates an interfaces directory instead of a single Python module.


