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.
collective.dms.basecontent/src/collective/dms/basecontent/__init__.py

8 lines
183 B
Python

from zope.i18nmessageid import MessageFactory
_ = MessageFactory("collective.dms.basecontent")
def initialize(context):
"""Initializer called when used as a Zope 2 product."""