source: products/quintagroup.sectionstyle/trunk/quintagroup/sectionstyle/__init__.py @ 1591

Last change on this file since 1591 was 618, checked in by gerrykirk, 17 years ago

initial French translation

  • Property svn:eol-style set to native
File size: 206 bytes
Line 
1from zope.i18nmessageid import MessageFactory
2
3sectionStyleMessageFactory = MessageFactory('quintagroup.sectionstyle')
4
5
6def initialize(context):
7    """Initializer called when used as a Zope 2 product."""
Note: See TracBrowser for help on using the repository browser.