- Timestamp:
- 12 Aug 2010, 16:57:26 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/henrik-contactforms/src/waeup/sirp/app.py
r5407 r5428 83 83 plugin.setup(self, name, self.logger) 84 84 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 86 93 def _setupLogger(self, logger): 87 94 """Setup general application logger.
Note: See TracChangeset for help on using the changeset viewer.