r1101@denkpolster: jan | 2008-04-05 23:22:04 +0200
work on documentation * documentation updates (addresses #13) * make stmtcreator execute as __main__ only git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/trunk@254 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
5e143677d8
commit
1d288681b7
14 changed files with 159 additions and 53 deletions
|
@ -20,6 +20,12 @@
|
|||
#
|
||||
# Version: $Id$
|
||||
|
||||
"""The Gnuviech Admin settings module.
|
||||
|
||||
This module handles all central configuration of Gnuviech Admin. It
|
||||
parses configuration files and provides functions for reading
|
||||
templates."""
|
||||
|
||||
import ConfigParser, os, string, logging.config
|
||||
|
||||
# global settings which must not be user configurable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue