diff -r c397819f2482 -r 1e73a466aa69 server/test/data/site_cubicweb.py --- a/server/test/data/site_cubicweb.py Thu Jun 17 12:13:38 2010 +0200 +++ b/server/test/data/site_cubicweb.py Thu Jun 17 14:43:16 2010 +0200 @@ -15,9 +15,6 @@ # # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -""" - -""" from logilab.database import FunctionDescr from logilab.database.sqlite import register_sqlite_pyfunc @@ -25,7 +22,7 @@ try: class DUMB_SORT(FunctionDescr): - supported_backends = ('sqlite',) + pass register_function(DUMB_SORT) def dumb_sort(something):