Ignore:
Timestamp:
Mar 18, 2010 8:15:36 PM (14 years ago)
Author:
mylan
Message:

#172: Fix uninstall profile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/setuphandlers.py

    r993 r1951  
    33from Products.CMFCore.utils import getToolByName 
    44 
    5 from quintagroup.plonecaptchas.config import CAPTCHA_KEY, CONFIGLET_ID, \ 
     5from quintagroup.captcha.core.config import CAPTCHA_KEY, CONFIGLET_ID, \ 
    66    ALL_LAYERS, PROPERTY_SHEET 
    77 
     
    2727def uninstall(context): 
    2828    # Only run step if a flag file is present (e.g. not an extension profile) 
    29     if context.readDataFile('quintagroup.plonecaptchas_uninstall.txt') is None: 
     29    if context.readDataFile('quintagroup.captcha.core_uninstall.txt') is None: 
    3030        return 
    3131 
Note: See TracChangeset for help on using the changeset viewer.