Changeset 1950 in products


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

Remove tools, which will present in quintagroup.captcha.core

Location:
quintagroup.plonecaptchas/branches/split2packs/quintagroup/plonecaptchas
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/branches/split2packs/quintagroup/plonecaptchas/__init__.py

    r956 r1950  
    22 
    33from AccessControl import allow_module, ModuleSecurityInfo 
    4 from Products.CMFCore.utils import ToolInit 
    54 
    65from quintagroup.plonecaptchas import config 
    7 from quintagroup.plonecaptchas import CaptchaTool 
    86 
    97ProductMessageFactory = MessageFactory('quintagroup.plonecaptchas') 
    108ModuleSecurityInfo('quintagroup.plonecaptchas').declarePublic("ProductMessageFactory") 
    119 
    12 allow_module('quintagroup.plonecaptchas.utils') 
    1310allow_module('quintagroup.plonecaptchas.config') 
    1411 
    1512def initialize(context): 
    16     ToolInit(meta_type="CaptchaTool", 
    17              tools=(CaptchaTool.CaptchaTool, ), 
    18              icon=config.TOOL_ICON,).initialize(context) 
     13    pass 
Note: See TracChangeset for help on using the changeset viewer.