This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellio.friendshipgroups/tabellio/friendshipgroups/__init__.py

9 lines
229 B
Python

# -*- extra stuff goes here -*-
def initialize(context):
"""Initializer called when used as a Zope 2 product."""
import zope.i18nmessageid
MessageFactory = zope.i18nmessageid.MessageFactory('tabellio.friendshipgroups')