source: products/quintagroup.plonecaptchas/branches/split2packs/quintagroup/plonecaptchas/__init__.py @ 1950

Last change on this file since 1950 was 1950, checked in by mylan, 14 years ago

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

File size: 392 bytes
Line 
1from zope.i18nmessageid import MessageFactory
2
3from AccessControl import allow_module, ModuleSecurityInfo
4
5from quintagroup.plonecaptchas import config
6
7ProductMessageFactory = MessageFactory('quintagroup.plonecaptchas')
8ModuleSecurityInfo('quintagroup.plonecaptchas').declarePublic("ProductMessageFactory")
9
10allow_module('quintagroup.plonecaptchas.config')
11
12def initialize(context):
13    pass
Note: See TracBrowser for help on using the repository browser.