diff --git a/doc/version.txt b/doc/version.txt index e4ad8bc..92406fc 100644 --- a/doc/version.txt +++ b/doc/version.txt @@ -1,3 +1,6 @@ +0.5.3 (2010-02-15) +- Improved gen/pod integration by adding a Pod field for appy.gen applications. + 0.5.2 (2010-02-05) - Performance improvements in the XML marshaller - Added a class "appy.gen.No" allowing to explain to the end-user why he can't trigger some workflow condition. diff --git a/gen/plone25/installer.py b/gen/plone25/installer.py index 0828613..1245e83 100644 --- a/gen/plone25/installer.py +++ b/gen/plone25/installer.py @@ -246,7 +246,7 @@ class PloneInstaller: for flavour in self.appyTool.flavours: attrName = flavour.getAttributeName( 'podTemplate', appyClass, attrName) - fileObject = getattr(flavour.o, attrName) + fileObject = getattr(flavour, attrName) if not fileObject or (fileObject.size == 0): # There is no file. Put the one specified in the # appyType.