Mercurial > p > roundup > code
diff roundup/templates/classic/__init__.py @ 604:13719594278b config-0-4-0-branch
I've re-worked the config structure a little so it's simpler
(one less file) and added a unit test so we can be sure it's working.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Feb 2002 07:11:13 +0000 |
| parents | 18134bffab37 |
| children |
line wrap: on
line diff
--- a/roundup/templates/classic/__init__.py Wed Feb 06 04:29:17 2002 +0000 +++ b/roundup/templates/classic/__init__.py Wed Feb 06 07:11:13 2002 +0000 @@ -15,10 +15,9 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.5 2001-08-07 00:24:43 richard Exp $ +# $Id: __init__.py,v 1.5.2.1 2002-02-06 07:11:12 richard Exp $ import sys -from instance_config import * try: from dbinit import * except: @@ -27,6 +26,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.5 2001/08/07 00:24:43 richard +# stupid typo +# # Revision 1.4 2001/08/07 00:15:51 richard # Added the copyright/license notice to (nearly) all files at request of # Bizar Software.
