Ignore:
Timestamp:
12 Aug 2010, 16:57:26 (14 years ago)
Author:
Henrik Bettermann
Message:

Merge with trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/branches/henrik-contactforms/src/waeup/sirp/app.py

    r5407 r5428  
    8383            plugin.setup(self, name, self.logger)
    8484        return
    85        
     85
     86    def updatePlugins(self):
     87        """Lookup all plugins and call their `update()` method.
     88        """
     89        for name, plugin in getUtilitiesFor(IWAeUPSIRPPluggable):
     90            plugin.update(self, name, self.logger)
     91        return
     92
    8693    def _setupLogger(self, logger):
    8794        """Setup general application logger.
Note: See TracChangeset for help on using the changeset viewer.