Mercurial > p > roundup > code
diff roundup/templates/classic/dbinit.py @ 1260:5a44e8cf1a62
shipped templates didn't import all hyperdb types in dbinit.py
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 10 Oct 2002 07:17:39 +0000 |
| parents | 7441653e5330 |
| children | 27586da5557c |
line wrap: on
line diff
--- a/roundup/templates/classic/dbinit.py Thu Oct 10 03:48:35 2002 +0000 +++ b/roundup/templates/classic/dbinit.py Thu Oct 10 07:17:39 2002 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: dbinit.py,v 1.30 2002-09-26 23:59:08 richard Exp $ +# $Id: dbinit.py,v 1.31 2002-10-10 07:17:39 richard Exp $ import os @@ -26,6 +26,7 @@ ''' as from the roundupdb method openDB ''' from roundup.hyperdb import String, Password, Date, Link, Multilink + from roundup.hyperdb import Interval, Boolean, Number # open the database db = Database(config, name)
