source: main/kwarapoly.theme/trunk/kwarapoly/theme/__init__.py @ 11962

Last change on this file since 11962 was 10866, checked in by Henrik Bettermann, 11 years ago

Fill trunk

  • Property svn:keywords set to Id
File size: 203 bytes
RevLine 
[10866]1# -*- extra stuff goes here -*-
2from zope.i18nmessageid import MessageFactory
3
4_ = MessageFactory("kwarapoly.theme")
5
6def initialize(context):
7    """Initializer called when used as a Zope 2 product."""
Note: See TracBrowser for help on using the repository browser.