Mercurial > hg > documentViewer
view __init__.py @ 551:f558624d3f73
add attributes for pundit.
author | casties |
---|---|
date | Wed, 19 Sep 2012 10:13:52 +0200 |
parents | 198b3ae3ea7e |
children | 31f562fa7214 |
line wrap: on
line source
import documentViewer import MpdlXmlTextServer def initialize(context): """initialize ImageCollection""" context.registerClass( documentViewer.documentViewer, constructors = ( documentViewer.manage_AddDocumentViewerForm, documentViewer.manage_AddDocumentViewer ) ) context.registerClass( MpdlXmlTextServer.MpdlXmlTextServer, constructors = ( MpdlXmlTextServer.manage_addMpdlXmlTextServerForm, MpdlXmlTextServer.manage_addMpdlXmlTextServer ) )