view __init__.py @ 8:a8f16569d1a6

trunkierte suche als options
author dwinter
date Tue, 28 May 2013 16:18:59 +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
          )
        )