Skip to content

Commit 67ddfa6

Browse files
author
Richard Jones
committed
missed a name
1 parent 81af8cf commit 67ddfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/backends/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.37 2006-10-04 01:12:00 richard Exp $
18+
# $Id: __init__.py,v 1.38 2006-10-04 02:58:10 richard Exp $
1919

2020
'''Container for the hyperdb storage backend implementations.
2121
'''
@@ -31,7 +31,7 @@
3131
'mysql': ('MySQLdb',),
3232
'postgresql': ('psycopg',),
3333
'tsearch2': ('psycopg',),
34-
'sqlite': ('pysqlite', 'pysqlite2'),
34+
'sqlite': ('pysqlite', 'pysqlite2', 'sqlite3'),
3535
}
3636

3737
def get_backend(name):

0 commit comments

Comments
 (0)