Mercurial > hg > zopeSolr
view __init__.py @ 10:74a9661e4e9f
sorting added
| author | dwinter |
|---|---|
| date | Thu, 27 Jun 2013 08:28:45 +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 ) )
