Mercurial > hg > zopeSolr
view __init__.py @ 2:de6b7ed0c34d
highlighting only enabled if not search for "*".
| author | dwinter |
|---|---|
| date | Wed, 13 Mar 2013 08:35:18 +0100 |
| 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 ) )
