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.pcfviews/tabellio/pcfviews/__init__.py

8 lines
220 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.pcfviews')