# Copyright 2006 by Eportfolio team # -*- coding: iso-8859-1 -*- from Products.Eportfolio.ConfigurationMethods import afunctions def eportfolioCustomization(context): """This method is a legacy handler that runs our Plone 2.1 customization policy methods as an extension policy import step.""" funcs = afunctions.keys() funcs.sort() for fn in funcs: afunctions[fn](None,context.getSite())