Skip to content

Commit 62408aa

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 1677b9e commit 62408aa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ Johannes Gijsbers,
9393
Gus Gollings,
9494
Dan Grassi,
9595
Robin Green,
96+
Jason Grout,
9697
Charles Groves,
9798
Engelbert Gruber,
9899
Bruce Guenter,

roundup/backends/__init__.py

Lines changed: 2 additions & 1 deletion
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.35 2005-10-07 05:35:03 richard Exp $
18+
# $Id: __init__.py,v 1.36 2006-01-25 03:24:09 richard Exp $
1919

2020
'''Container for the hyperdb storage backend implementations.
2121
'''
@@ -59,6 +59,7 @@ def get_backend(name):
5959
def have_backend(name):
6060
'''Is backend "name" available?'''
6161
if name == 'tsearch2':
62+
# currently not working
6263
return 0
6364
try:
6465
get_backend(name)

0 commit comments

Comments
 (0)