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

#172: Update installation profile

File:
1 edited

Legend:

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

    r956 r1953  
    44from Products.CMFCore.utils import ToolInit 
    55 
    6 from quintagroup.plonecaptchas import config 
    7 from quintagroup.plonecaptchas import CaptchaTool 
     6from quintagroup.captcha.core import config 
     7from quintagroup.captcha.core import CaptchaTool 
    88 
    9 ProductMessageFactory = MessageFactory('quintagroup.plonecaptchas') 
    10 ModuleSecurityInfo('quintagroup.plonecaptchas').declarePublic("ProductMessageFactory") 
     9ProductMessageFactory = MessageFactory('quintagroup.captcha.core') 
     10ModuleSecurityInfo('quintagroup.captcha.core').declarePublic("ProductMessageFactory") 
    1111 
    12 allow_module('quintagroup.plonecaptchas.utils') 
    13 allow_module('quintagroup.plonecaptchas.config') 
     12allow_module('quintagroup.captcha.core.utils') 
     13allow_module('quintagroup.captcha.core.config') 
    1414 
    1515def initialize(context): 
Note: See TracChangeset for help on using the changeset viewer.