source: main/waeup.plonetheme.ngren1/trunk/waeup/plonetheme/ngren1/__init__.py @ 10078

Last change on this file since 10078 was 10078, checked in by Henrik Bettermann, 12 years ago

Fill trunk.

  • 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.