Mercurial > p > roundup > code
changeset 3720:6a96ad643629 1.1.3
missed a name
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 04 Oct 2006 02:58:10 +0000 |
| parents | a8835786ecf7 |
| children | 14e3bfec5e4a |
| files | roundup/backends/__init__.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/backends/__init__.py Wed Oct 04 01:14:37 2006 +0000 +++ b/roundup/backends/__init__.py Wed Oct 04 02:58:10 2006 +0000 @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.37 2006-10-04 01:12:00 richard Exp $ +# $Id: __init__.py,v 1.38 2006-10-04 02:58:10 richard Exp $ '''Container for the hyperdb storage backend implementations. ''' @@ -31,7 +31,7 @@ 'mysql': ('MySQLdb',), 'postgresql': ('psycopg',), 'tsearch2': ('psycopg',), - 'sqlite': ('pysqlite', 'pysqlite2'), + 'sqlite': ('pysqlite', 'pysqlite2', 'sqlite3'), } def get_backend(name):
