Mercurial > p > roundup > code
diff roundup/templates/extended/dbinit.py @ 71:5147b4c51fd5
Added the Roundup spec to the new documentation directory.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 25 Jul 2001 01:23:07 +0000 |
| parents | 03940dfa669e |
| children | 0791d13baea7 |
line wrap: on
line diff
--- a/roundup/templates/extended/dbinit.py Tue Jul 24 11:18:25 2001 +0000 +++ b/roundup/templates/extended/dbinit.py Wed Jul 25 01:23:07 2001 +0000 @@ -1,4 +1,4 @@ -# $Id: dbinit.py,v 1.5 2001-07-23 23:20:35 richard Exp $ +# $Id: dbinit.py,v 1.6 2001-07-25 01:23:07 richard Exp $ import os @@ -25,8 +25,6 @@ def open(name=None): ''' as from the roundupdb method openDB - storagelocator must be the directory the __init__.py file is in - - os.path.split(__file__)[0] gives us that I think ''' from roundup.hyperdb import String, Date, Link, Multilink @@ -96,9 +94,6 @@ def init(adminpw): ''' as from the roundupdb method initDB - storagelocator must be the directory the __init__.py file is in - - os.path.split(__file__)[0] gives us that I think - Open the new database, and set up a bunch of attributes. ''' @@ -156,6 +151,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.5 2001/07/23 23:20:35 richard +# forgot to remove the interfaces from the dbinit module ;) +# # Revision 1.4 2001/07/23 08:45:28 richard # ok, so now "./roundup-admin init" will ask questions in an attempt to get a # workable instance_home set up :)
