source: products/quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/__init__.py @ 1969

Last change on this file since 1969 was 1969, checked in by liebster, 14 years ago

Initial release (paster created)

File size: 205 bytes
Line 
1from zope.i18nmessageid import MessageFactory
2ExamplePortletMessageFactory = MessageFactory('quintagroup.pfg.captcha')
3
4def initialize(context):
5    """Initializer called when used as a Zope 2 product."""
Note: See TracBrowser for help on using the repository browser.