Mercurial > moin > 1.9
view MoinMoin/script/server/__init__.py @ 3025:ccf6d7ffb310
standalone server integrated into 'moin' script command (moin server standalone --help), thanks to Forrest Voight
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Wed, 30 Jan 2008 09:36:59 +0100 |
parents | |
children |
line wrap: on
line source
# -*- coding: iso-8859-1 -*- """ MoinMoin - Server Script Package @copyright: 2008 MoinMoin:ForrestVoight @license: GNU GPL, see COPYING for details. """ from MoinMoin.util import pysupport # create a list of extension scripts from the subpackage directory server_scripts = pysupport.getPackageModules(__file__) modules = server_scripts