We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81af8cf commit 67ddfa6Copy full SHA for 67ddfa6
roundup/backends/__init__.py
@@ -15,7 +15,7 @@
15
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
16
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
17
#
18
-# $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 $
19
20
'''Container for the hyperdb storage backend implementations.
21
'''
@@ -31,7 +31,7 @@
31
'mysql': ('MySQLdb',),
32
'postgresql': ('psycopg',),
33
'tsearch2': ('psycopg',),
34
- 'sqlite': ('pysqlite', 'pysqlite2'),
+ 'sqlite': ('pysqlite', 'pysqlite2', 'sqlite3'),
35
}
36
37
def get_backend(name):
0 commit comments