server/test/data/site_cubicweb.py
changeset 5768 1e73a466aa69
parent 5424 8ecbcbff9777
child 7815 2a164a9cf81c
--- 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 <http://www.gnu.org/licenses/>.
-"""
-
-"""
 
 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):