source: products/quintagroup.portlet.map/trunk/quintagroup/portlet/map/__init__.py @ 2188

Last change on this file since 2188 was 2188, checked in by mylan, 14 years ago

Initial import the package

File size: 203 bytes
Line 
1from zope.i18nmessageid import MessageFactory
2QGMapPortletMessageFactory = MessageFactory('quintagroup.portlet.map')
3
4def initialize(context):
5    """Initializer called when used as a Zope 2 product."""
Note: See TracBrowser for help on using the repository browser.