File:  [Repository] / documentViewer / __init__.py
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sun Dec 18 12:35:02 2005 UTC (18 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
fist

import documentViewer


def initialize(context):
    """initialize ImageCollection"""
    context.registerClass(
        documentViewer.documentViewer,
        constructors = (
          documentViewer.manage_AddDocumentViewerForm,
          documentViewer.manage_AddDocumentViewer
          )
        )

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>