Mercurial > p > roundup > code
comparison roundup/templates/extended/dbinit.py @ 127:0791d13baea7
Added vim command to all source so that we don't get no steenkin' tabs :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 29 Jul 2001 07:01:39 +0000 |
| parents | 5147b4c51fd5 |
| children | b0c4ac63c6ed |
comparison
equal
deleted
inserted
replaced
| 126:d967c777da3e | 127:0791d13baea7 |
|---|---|
| 1 # $Id: dbinit.py,v 1.6 2001-07-25 01:23:07 richard Exp $ | 1 # $Id: dbinit.py,v 1.7 2001-07-29 07:01:39 richard Exp $ |
| 2 | 2 |
| 3 import os | 3 import os |
| 4 | 4 |
| 5 import instance_config | 5 import instance_config |
| 6 from roundup import roundupdb | 6 from roundup import roundupdb |
| 149 | 149 |
| 150 db.close() | 150 db.close() |
| 151 | 151 |
| 152 # | 152 # |
| 153 # $Log: not supported by cvs2svn $ | 153 # $Log: not supported by cvs2svn $ |
| 154 # Revision 1.6 2001/07/25 01:23:07 richard | |
| 155 # Added the Roundup spec to the new documentation directory. | |
| 156 # | |
| 154 # Revision 1.5 2001/07/23 23:20:35 richard | 157 # Revision 1.5 2001/07/23 23:20:35 richard |
| 155 # forgot to remove the interfaces from the dbinit module ;) | 158 # forgot to remove the interfaces from the dbinit module ;) |
| 156 # | 159 # |
| 157 # Revision 1.4 2001/07/23 08:45:28 richard | 160 # Revision 1.4 2001/07/23 08:45:28 richard |
| 158 # ok, so now "./roundup-admin init" will ask questions in an attempt to get a | 161 # ok, so now "./roundup-admin init" will ask questions in an attempt to get a |
| 173 # | 176 # |
| 174 # Revision 1.2 2001/07/22 12:09:32 richard | 177 # Revision 1.2 2001/07/22 12:09:32 richard |
| 175 # Final commit of Grande Splite | 178 # Final commit of Grande Splite |
| 176 # | 179 # |
| 177 # | 180 # |
| 181 # vim: set filetype=python ts=4 sw=4 et si | |
| 178 | 182 |
| 179 |
