view __init__.py @ 9:896bea4f61a0

try to deal with timeout on connect.
author casties
date Wed, 19 Jun 2013 17:16:05 +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
          )
        )