source:
main/waeup.plonetheme/trunk/waeup/plonetheme/__init__.py
@
17935
Last change on this file since 17935 was 5870, checked in by , 14 years ago | |
---|---|
|
|
File size: 213 bytes |
Rev | Line | |
---|---|---|
[5699] | 1 | # -*- extra stuff goes here -*- |
[5870] | 2 | |
3 | from zope.i18nmessageid import MessageFactory | |
4 | _ = MessageFactory('waeup') | |
5 | ||
[5699] | 6 | def initialize(context): |
7 | """Initializer called when used as a Zope 2 product.""" | |
[5870] | 8 | |
9 | ||
10 |
Note: See TracBrowser for help on using the repository browser.