source: products/quintagroup.plonetabs/trunk/quintagroup/plonetabs/__init__.py @ 3684

Last change on this file since 3684 was 3437, checked in by potar, 12 years ago

Merged tests branch

  • Property svn:eol-style set to native
File size: 140 bytes
RevLine 
[873]1from zope.i18nmessageid import MessageFactory
2
3messageFactory = MessageFactory('quintagroup.plonetabs')
4
[3437]5
[43]6def initialize(context):
[3437]7    pass
Note: See TracBrowser for help on using the repository browser.