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