source: main/waeup.ngrentheme/trunk/waeup/ngrentheme/__init__.py @ 13875

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

Fill trunc.

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