view __init__.py @ 11:f7fe88804cb8

Merge with 896bea4f61a00f3771c92a66fe55af7826974fa7
author dwinter
date Thu, 27 Jun 2013 08:29:20 +0200
parents 834706423ac1
children
line wrap: on
line source

import zopeSolr

def initialize(context):
    """initialize OSAS"""

    
    context.registerClass(
        zopeSolr.ZopeSolr,
        constructors = (
          zopeSolr.manage_addZopeSolrForm,
          zopeSolr.manage_addZopeSolr
          )
        )