Mercurial > p > roundup > code
comparison roundup/templates/extended/dbinit.py @ 213:d45384bc6420
Added the copyright/license notice to (nearly) all files...
...at request of Bizar Software.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Aug 2001 00:15:51 +0000 |
| parents | 1536be43d2fa |
| children | 18134bffab37 |
comparison
equal
deleted
inserted
replaced
| 212:862dafca2a72 | 213:d45384bc6420 |
|---|---|
| 1 # $Id: dbinit.py,v 1.9 2001-08-02 06:38:17 richard Exp $ | 1 # |
| 2 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) | |
| 3 # This module is free software, and you may redistribute it and/or modify | |
| 4 # under the same terms as Python, so long as this copyright message and | |
| 5 # disclaimer are retained in their original form. | |
| 6 # | |
| 7 # IN NO EVENT SHALL THE BIZAR SOFTWARE PTY LTD BE LIABLE TO ANY PARTY FOR | |
| 8 # DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING | |
| 9 # OUT OF THE USE OF THIS CODE, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE | |
| 10 # POSSIBILITY OF SUCH DAMAGE. | |
| 11 # | |
| 12 # BIZAR SOFTWARE PTY LTD SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, | |
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | |
| 17 # | |
| 18 # $Id: dbinit.py,v 1.10 2001-08-07 00:15:51 richard Exp $ | |
| 2 | 19 |
| 3 import os | 20 import os |
| 4 | 21 |
| 5 import instance_config | 22 import instance_config |
| 6 from roundup import roundupdb | 23 from roundup import roundupdb |
| 154 | 171 |
| 155 db.close() | 172 db.close() |
| 156 | 173 |
| 157 # | 174 # |
| 158 # $Log: not supported by cvs2svn $ | 175 # $Log: not supported by cvs2svn $ |
| 176 # Revision 1.9 2001/08/02 06:38:17 richard | |
| 177 # Roundupdb now appends "mailing list" information to its messages which | |
| 178 # include the e-mail address and web interface address. Templates may | |
| 179 # override this in their db classes to include specific information (support | |
| 180 # instructions, etc). | |
| 181 # | |
| 159 # Revision 1.8 2001/07/30 01:26:59 richard | 182 # Revision 1.8 2001/07/30 01:26:59 richard |
| 160 # Big changes: | 183 # Big changes: |
| 161 # . split off the support priority into its own class | 184 # . split off the support priority into its own class |
| 162 # . added "new support, new user" to the page head | 185 # . added "new support, new user" to the page head |
| 163 # . fixed the display options for the heading links | 186 # . fixed the display options for the heading links |
