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

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

Merged tests branch

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