Changeset 624
- Timestamp:
- 11/14/06 10:10:37
- Files:
-
- qPloneComments/trunk/Extensions/Install.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneComments/trunk/Extensions/Install.py
r623 r624 131 131 # Remove Product's property sheet from portal_properties 132 132 pp = getToolByName(self, 'portal_properties') 133 if 'qPloneComments' in pp.objectIds():134 pp.manage_delObjects(ids=['qPloneComments',])
