Mercurial > moin > 1.9
view MoinMoin/macro/FullSearchCached.py @ 1918:bb2e053067fb
fixing copyright headers: remove umlauts (encoding troubles), make epydoc compatible, reformat
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Tue, 27 Mar 2007 21:07:33 +0200 |
parents | 6da5739cbe0c |
children | 03b3c6fd70e3 |
line wrap: on
line source
# -*- coding: iso-8859-1 -*- """ MoinMoin - FullSearch Macro, cached version Refer to the FullSearch documentation for details. This macro is cached regardless of the validity of the data. @copyright: 2005 MoinMoin:AlexanderSchremmer @license: GNU GPL, see COPYING for details. """ from MoinMoin.macro.FullSearch import execute Dependencies = [] # yes, that's all