source: WAeUP_SRP/trunk/PatchBasicWidgetsUnprepare.py @ 1065

Last change on this file since 1065 was 1065, checked in by joachim, 18 years ago

improved search, modify studycourse, patchfor attribute error

  • Property svn:keywords set to Id
File size: 318 bytes
Line 
1def unprepare(self, datastructure):
2    # Remove costly things already stored from the datastructure
3    try:
4        del datastructure[self.getWidgetId()]
5    except KeyError:
6        # unprepare may be called several times
7        pass
8from Products.CPSSchemas import BasicWidgets
9BasicWidgets.unprepare = unprepare
Note: See TracBrowser for help on using the repository browser.