~ubuntu-branches/ubuntu/natty/moin/natty-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- coding: iso-8859-1 -*-
"""
    MoinMoin - Fullsearch Index Script Package

    TODO: rename this module back to xapian when script framework is
    fixed to not confuse it with the xapian.org "xapian" module.

    @copyright: 2006 MoinMoin:ThomasWaldmann
    @license: GNU GPL, see COPYING for details.
"""

from MoinMoin.util import pysupport

# create a list of extension scripts from the subpackage directory
index_scripts = pysupport.getPackageModules(__file__)
modules = index_scripts