server/test/data/site_erudi.py
changeset 1977 606923dff11b
parent 332 86b8d58664eb
child 4212 ab6573088b4a
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
       
     1 """
       
     2 
       
     3 :organization: Logilab
       
     4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
       
     5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
       
     7 """
     1 from logilab.common.adbh import FunctionDescr
     8 from logilab.common.adbh import FunctionDescr
     2 from rql.utils import register_function
     9 from rql.utils import register_function
     3 
    10 
     4 try:
    11 try:
     5     class DUMB_SORT(FunctionDescr):
    12     class DUMB_SORT(FunctionDescr):