Mercurial > p > roundup > code
comparison roundup/templates/classic/__init__.py @ 57:6ff85bc2dd56
Adding the classic template
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 23 Jul 2001 23:29:10 +0000 |
| parents | |
| children | 5e71aaa87e5b |
comparison
equal
deleted
inserted
replaced
| 56:03940dfa669e | 57:6ff85bc2dd56 |
|---|---|
| 1 # $Id: __init__.py,v 1.1 2001-07-23 23:28:43 richard Exp $ | |
| 2 | |
| 3 from instance_config import * | |
| 4 from dbinit import * | |
| 5 from interfaces import * | |
| 6 | |
| 7 # | |
| 8 # $Log: not supported by cvs2svn $ | |
| 9 # Revision 1.3 2001/07/23 23:16:01 richard | |
| 10 # Split off the interfaces (CGI, mailgw) into a separate file from the DB stuff. | |
| 11 # | |
| 12 # Revision 1.2 2001/07/23 04:33:21 anthonybaxter | |
| 13 # split __init__.py into 2. dbinit and instance_config. | |
| 14 # | |
| 15 # |
