Changeset 743
- Timestamp:
- 01/11/07 08:31:34
- Files:
-
- qPloneCaptchas/trunk/Extensions/Install.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/trunk/Extensions/Install.py
r742 r743 30 30 Layers = [] 31 31 Layers += LAYERS 32 Layers.append(LAYER_ DYNAMIC_CAPTCHAS)32 Layers.append(LAYER_STATIC_CAPTCHAS) 33 33 34 34 mtool = getToolByName(self, 'portal_migration')
