Mercurial > p > roundup > code
diff roundup/init.py @ 480:a5cd27d33516 config-0-4-0-branch
Initial ConfigParser implementation.
| author | Titus Brown <titus@users.sourceforge.net> |
|---|---|
| date | Thu, 03 Jan 2002 02:12:05 +0000 |
| parents | bdc2ea127ae9 |
| children | 13719594278b |
line wrap: on
line diff
--- a/roundup/init.py Thu Jan 03 02:12:05 2002 +0000 +++ b/roundup/init.py Thu Jan 03 02:12:05 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: init.py,v 1.18 2001-11-22 15:46:42 jhermann Exp $ +# $Id: init.py,v 1.18.2.1 2002-01-03 02:12:05 titus Exp $ __doc__ = """ Init (create) a roundup instance. @@ -69,6 +69,9 @@ . instance_config.py - simple configuration of things like the email address for the mail gateway, the mail domain, the mail host, ... + . config.rc + - default configuration file used by instance_config to load + in the configuration. . dbinit.py and select_db.py - defines the schema for the hyperdatabase and indicates which backend to use. @@ -108,6 +111,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.18 2001/11/22 15:46:42 jhermann +# Added module docstrings to all modules. +# # Revision 1.17 2001/11/12 23:17:38 jhermann # Code using copyDigestedFile() that passes unit tests #
